浏览代码

完善仓库

hfxc226 2 年之前
父节点
当前提交
09771ccde1
共有 1 个文件被更改,包括 8 次插入2 次删除
  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',