guarantee-lsq há 2 anos atrás
pai
commit
1b1c54feea
1 ficheiros alterados com 8 adições e 0 exclusões
  1. 8 0
      src/views/store/outstoreform/modules/DetailYY.vue

+ 8 - 0
src/views/store/outstoreform/modules/DetailYY.vue

@@ -94,6 +94,10 @@ export default {
           title: '规格',
           dataIndex: 'ggxh'
         },
+        {
+          title: '单位',
+          dataIndex: 'unit'
+        },
         {
           title: '仓库',
           dataIndex: 'storeName'
@@ -111,6 +115,10 @@ export default {
           title: '实际数量',
           dataIndex: 'realNum',
           width: 150
+        },
+        {
+          title: '备注',
+          dataIndex: 'remark'
         }
       ],
       data: []