Browse Source

订单详情新增库存数量

qymljy 3 years ago
parent
commit
2e8a2eed9e
1 changed files with 5 additions and 0 deletions
  1. 5 0
      src/SDrpManagement/salerOrder/modules/productlist.vue

+ 5 - 0
src/SDrpManagement/salerOrder/modules/productlist.vue

@@ -160,6 +160,11 @@
         label="未发货数量"
         width="100">
       </el-table-column>
+      <el-table-column
+          prop="cansaleqty"
+          label="库存数量"
+          width="100">
+      </el-table-column>
       <el-table-column
         prop="stockstatus"
         label="库存状态"