瀏覽代碼

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

wangzhuo 2 年之前
父節點
當前提交
7becf7ca58
共有 2 個文件被更改,包括 12 次插入0 次删除
  1. 6 0
      src/views/purchase/exportDeclaration/index.vue
  2. 6 0
      src/views/purchase/importDeclaration/index.vue

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