|  |  |  | 
|---|
|  |  |  | <div style="color:#696969;font-size:16px;">消耗品订单名称<lightning-helptext style="--lwc-spacingXxSmall:0px;" content={label.helpText}></lightning-helptext></div> | 
|---|
|  |  |  | </td> | 
|---|
|  |  |  | <td style="width:200px;"> | 
|---|
|  |  |  | <lightning-formatted-text style="font-size: 16px;" value={coc.arriveOrder}></lightning-formatted-text> | 
|---|
|  |  |  | <a style="text-decoration: underline;color:black;" onclick={clickOrder}><lightning-formatted-text style="font-size: 16px;" value={coc.arriveOrder}></lightning-formatted-text></a> | 
|---|
|  |  |  | <!-- <lightning-formatted-text value={coc.Arrive_Order__r.Name}></lightning-formatted-text> --> | 
|---|
|  |  |  | </td> | 
|---|
|  |  |  | <td></td> | 
|---|
|  |  |  | 
|---|
|  |  |  | <!-- <p style="font-size: 16px;"><strong>在库商品库存一览</strong></p> --> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | <div style="padding:10px;"> | 
|---|
|  |  |  | <lightning-datatable class="wrapped-header-datatable" hide-checkbox-column key-field="recordId" columns={colms} data={consumableorderdetailsRecords}></lightning-datatable> | 
|---|
|  |  |  | <lightning-datatable class="wrapped-header-datatable" style="word-wrap:break-word; word-break:break-all;" hide-checkbox-column key-field="recordId" columns={colms} data={consumableorderdetailsRecords}></lightning-datatable> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </div> | 
|---|