소스 검색

完善仓库

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',