| | |
| | | components: { VolBox }, |
| | | data() { |
| | | return { |
| | | outStockStatus: [ |
| | | { key: 0, value: "å·²åé
" }, |
| | | { key: 1, value: "åºåºä¸" }, |
| | | { key: 2, value: "åºåºå®æ" }, |
| | | { key: 99, value: "æ¤é" }, |
| | | ], |
| | | row: null, |
| | | showDetialBox: false, |
| | | tableData: [], |
| | |
| | | title: "åæ®ç±»å", |
| | | type: "string", |
| | | width: 90, |
| | | bind: { key: "outOrderType", data: [] }, |
| | | }, |
| | | { |
| | | prop: "batchNo", |
| | |
| | | width: 150, |
| | | hidden: true, |
| | | }, |
| | | { |
| | | prop: "originalQuantity", |
| | | title: "åå§åºåé", |
| | | type: "string", |
| | | width: 100, |
| | | }, |
| | | { |
| | | prop: "assignQuantity", |
| | | title: "åé
åºåºé", |
| | | type: "string", |
| | | width: 100, |
| | | }, |
| | | // { |
| | | // prop: "originalQuantity", |
| | | // title: "åå§åºåé", |
| | | // type: "string", |
| | | // width: 100, |
| | | // }, |
| | | // { |
| | | // prop: "assignQuantity", |
| | | // title: "åé
åºåºé", |
| | | // type: "string", |
| | | // width: 100, |
| | | // }, |
| | | { |
| | | prop: "palletCode", |
| | | title: "æçç¼å·", |
| | |
| | | { |
| | | prop: "status", |
| | | title: "ç¶æ", |
| | | type: "string", |
| | | type: "select", |
| | | // width: 180, |
| | | bindKey: "outStockStatus", |
| | | }, |
| | | // { |
| | | // prop: "status", |
| | | // title: "ç¶æ", |
| | | // type: "string", |
| | | // }, |
| | | ], |
| | | }; |
| | | }, |