Code/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue
@@ -1,4 +1,3 @@ <template> <view-grid ref="grid" @@ -77,6 +76,14 @@ width: 150, align: "left", }, { field: "stockStatus", title: "库存状态", type: "int", width: 150, align: "left", bind: { key: "stockStatusEmun", data: [] }, }, // { // field: "isFull", // title: "是否满盘", @@ -150,5 +157,4 @@ }; }, }); </script> </script>