|
|
@ -231,20 +231,21 @@ export default { |
|
|
|
prop: "version", |
|
|
|
width: 110, |
|
|
|
}); |
|
|
|
tempsTabs.push({ |
|
|
|
label: "订货看板编号", |
|
|
|
prop: "kanban", |
|
|
|
width: 150, |
|
|
|
}); |
|
|
|
tempsTabs.push({ label: "交货单号", prop: "wmsBillNum", width: 110 }); |
|
|
|
// tempsTabs.push({ |
|
|
|
// label: "订货看板编号", |
|
|
|
// prop: "kanban", |
|
|
|
// width: 150, |
|
|
|
// }); |
|
|
|
// tempsTabs.push({ label: "交货单号", prop: "wmsBillNum", width: 110 }); |
|
|
|
tempsTabs.push({ label: "Sap编码", prop: "materialCode", width: 150 }); |
|
|
|
tempsTabs.push({ |
|
|
|
label: "物料组(车型)", |
|
|
|
prop: "materialGroup", |
|
|
|
width: 220, |
|
|
|
}); |
|
|
|
tempsTabs.push({ label: "发货零件号", prop: "extend1", width: 220 }); |
|
|
|
tempsTabs.push({ label: "收货仓库", prop: "extend2", width: 120 }); |
|
|
|
tempsTabs.push({ label: "结算零件号", prop: "extend1", width: 220 }); |
|
|
|
//tempsTabs.push({ label: "收货仓库", prop: "extend2", width: 120 }); |
|
|
|
tempsTabs.push({ label: "寄售库存", prop: "StockQty", width: 100 }); |
|
|
|
tempsTabs.push({ label: "结算数量", prop: "qty", width: 100 }); |
|
|
|
|
|
|
|
return tempsTabs; |
|
|
|