| | |
| | | var cols = []; |
| | | cols.push({label:'出库单',fieldName:'orderUrl',type:'url',typeAttributes:{label:{fieldName:'orderNo'},target: "_blank"},hideDefaultActions: true,wrapText:true}); |
| | | // cols.push({label:'出库单' , fieldName:'orderNo', hideDefaultActions: true}); |
| | | cols.push({label:'出库日' , fieldName:'prodOutDate',wrapText:true, hideDefaultActions: true,initialWidth:95}); |
| | | cols.push({label:'出库日' , fieldName:'prodOutDate',wrapText:true, hideDefaultActions: true,initialWidth:110}); |
| | | cols.push({label:'消耗品名称' , fieldName:'prodName',wrapText:true, hideDefaultActions: true,wrapText:true,initialWidth:190}); |
| | | cols.push({label:'出库目的' , fieldName:'summonsForDirctionDet',wrapText:true, hideDefaultActions: true,initialWidth:130}); |
| | | cols.push({label:'客户名' , fieldName:'hospitalName', hideDefaultActions: true,wrapText:true,initialWidth:130}); |
| | | cols.push({label:'经销商' , fieldName:'orderDealer', hideDefaultActions: true,wrapText:true,initialWidth:100}); |
| | | cols.push({label:'BarCode' , fieldName:'barCode', hideDefaultActions: true,wrap:true,initialWidth:190}); |
| | | cols.push({label:'使用期限' , fieldName:'sterilizationLimit', hideDefaultActions: true,wrapText:true,initialWidth:95}); |
| | | cols.push({label:'BarCode' , fieldName:'barCode', hideDefaultActions: true,wrap:true,initialWidth:230}); |
| | | cols.push({label:'使用期限' , fieldName:'sterilizationLimit', hideDefaultActions: true,wrapText:true,initialWidth:110}); |
| | | cols.push({label:'单位' , fieldName:'boxPiece', hideDefaultActions: true,wrapText:true,initialWidth:50}); |
| | | cols.push({ |
| | | label:'返品数量', |
| | |
| | | boxPrice: { fieldName: "boxPiece" }, |
| | | recordId: { fieldName: "recordId" } |
| | | }, |
| | | hideDefaultActions: true,wrapText:true,initialWidth:70}); |
| | | hideDefaultActions: true,wrapText:true,initialWidth:100}); |
| | | cols.push({ |
| | | label:'返品原因', |
| | | type: "customTableInput", |
| | |
| | | //根据barcode搜索 |
| | | barcodeEntrys(){ |
| | | this.showSpinner = true; |
| | | this.detailsSummary = []; |
| | | this.consumableorderdetailsRecords = []; |
| | | this.consumableorderdetailsRecordsview = []; |
| | | this.showGoodsofReturnList = []; |
| | | this.showGoodsofReturnListView = []; |
| | | this.consumableInventory = []; |
| | | this.consumableorderdetailsRecordserror = []; |
| | | searchProduct({ |
| | | barcode : this.barcode, |
| | | arrControllerStr : this.arrController |