From 13b0bad30ef1df53492cbab1c1b99dfc02dee63f Mon Sep 17 00:00:00 2001
From: haoyahui <2032914783@qq.com>
Date: 星期二, 21 十一月 2023 17:51:16 +0800
Subject: [PATCH] 台账管理,盘点任务开发

---
 admin-web/src/views/stock/inventorycount/exceptionDetails/index.vue |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/admin-web/src/views/stock/inventorycount/exceptionDetails/index.vue b/admin-web/src/views/stock/inventorycount/exceptionDetails/index.vue
index a13fad2..bcaf8ee 100644
--- a/admin-web/src/views/stock/inventorycount/exceptionDetails/index.vue
+++ b/admin-web/src/views/stock/inventorycount/exceptionDetails/index.vue
@@ -55,7 +55,7 @@
         },
         {
           type: 'text',
-          dataIndex: 'name',
+          dataIndex: 'goodsTemplateName',
           label: '鐗╁搧鍚嶇О',
           placeholder: '璇疯緭鍏�',
           defaultValue: '',
@@ -104,27 +104,27 @@
         },
         {
           type: 'text',
-          dataIndex: 'name',
+          dataIndex: 'baseGoodsModelsId',
           label: '鍗曞彿',
           placeholder: '璇疯緭鍏�',
           defaultValue: '',
         },
         {
           type: 'text',
-          dataIndex: 'name',
+          dataIndex: 'operatorName',
           label: '鎿嶄綔浜�',
           placeholder: '璇疯緭鍏�',
           defaultValue: '',
         },
         {
           type: 'date-picker',
-          dataIndex: 'incomeTimeStart',
+          dataIndex: 'startTime',
           label: '鏃堕棿',
           defaultValue: '',
         },
         {
           type: 'date-picker',
-          dataIndex: 'incomeTimeEnd',
+          dataIndex: 'endTime',
           label: '鑷�',
           defaultValue: '',
         },
@@ -158,8 +158,8 @@
         },
         // 鍒椾俊鎭�
         columns: [
-          { title: '浠撳簱', field: 'name', align: 'left' },
-          { title: '鐗╁搧鍚嶇О', field: 'WAREHOUSE_NAME', align: 'center' },
+          { title: '浠撳簱', field: 'warehouseFormCode', align: 'left' },
+          { title: '鐗╁搧鍚嶇О', field: 'goodsTemplateName', align: 'center' },
           { title: '瑙勬牸鍨嬪彿', field: 'lv', align: 'center' },
           { title: '绫诲瀷', field: 'lv', align: 'center' },
           { title: '搴撳瓨鏁伴噺', field: 'summary', align: 'left' },
@@ -167,8 +167,8 @@
           { title: '寮傚父鏁伴噺', field: 'summary', align: 'left' },
           { title: '鍑哄叆搴撶被鍨�', field: 'summary', align: 'left' },
           { title: '鍑哄叆搴撳崟鍙�', field: 'summary', align: 'left' },
-          { title: '鏈烘瀯', field: 'summary', align: 'left' },
-          { title: '鎿嶄綔浜�', field: 'summary', align: 'left' },
+          { title: '鏈烘瀯', field: 'agencyName', align: 'left' },
+          { title: '鎿嶄綔浜�', field: 'operatorName', align: 'left' },
           { title: '鎿嶄綔鏃堕棿', field: 'summary', align: 'left' },
         ],
         // 鎿嶄綔淇℃伅

--
Gitblit v1.9.1