ソースを参照

报关列表增加系统编号显示

wangzhuo 2 年 前
コミット
7becf7ca58

+ 6 - 0
src/views/purchase/exportDeclaration/index.vue

@@ -91,6 +91,12 @@ export default {
           format: "yyyy-MM-dd",
           valueFormat: "yyyy-MM-dd HH:mm:ss"
         }, {
+          label: '系统编号',
+          prop: 'sysNo',
+          search: true,
+          overHidden: true,
+          width: 170
+        }, {
           label: '统一编号',
           prop: 'unifiedNumbering',
           width: 170,

+ 6 - 0
src/views/purchase/importDeclaration/index.vue

@@ -93,6 +93,12 @@ export default {
           format: "yyyy-MM-dd",
           valueFormat: "yyyy-MM-dd HH:mm:ss"
         }, {
+          label: '系统编号',
+          prop: 'sysNo',
+          search: true,
+          overHidden: true,
+          width: 170
+        }, {
           label: '统一编号',
           prop: 'unifiedNumbering',
           width: 170,