ÏîÄ¿´úÂë/WMS/WIDESEA_WMSClient/src/extension/outbound/extend/SelectedStock.vue
@@ -80,6 +80,12 @@ components: { VolBox }, data() { return { outStockStatus: [ { key: 0, value: "å·²åé " }, { key: 1, value: "åºåºä¸" }, { key: 2, value: "åºåºå®æ" }, { key: 99, value: "æ¤é" }, ], row: null, showDetialBox: false, tableData: [], @@ -162,8 +168,15 @@ { prop: "status", title: "ç¶æ", type: "string", type: "select", // width: 180, bindKey: "outStockStatus", }, // { // prop: "status", // title: "ç¶æ", // type: "string", // }, ], }; },