Browse Source

完善仓库

hfxc226 2 years ago
parent
commit
09771ccde1
1 changed files with 8 additions and 2 deletions
  1. 8 2
      src/views/store/outstoreform/modules/BaseFormYY.vue

+ 8 - 2
src/views/store/outstoreform/modules/BaseFormYY.vue

@@ -228,6 +228,12 @@ export default {
           width: 150,
           scopedSlots: { customRender: 'num' }
         },
+        {
+          title: '库存',
+          dataIndex: 'storeNum',
+          width: 150,
+          scopedSlots: { customRender: 'num' }
+        },
         {
           title: '单位',
           dataIndex: 'unit'
@@ -236,12 +242,12 @@ export default {
           title: '仓库',
           dataIndex: 'storeName'
         },
-        {
+        /*{
           title: '备注',
           dataIndex: 'remark',
           width: 150,
           scopedSlots: { customRender: 'remark' }
-        },
+        },*/
         {
           title: '操作',
           key: 'action',