From ed6c6350015d52ea1cb033c7558f72b721ece84a Mon Sep 17 00:00:00 2001
From: WangHan <wwh_work@126,com>
Date: 星期四, 19 十二月 2024 19:58:55 +0800
Subject: [PATCH] 打包名称修改,去除错误输出

---
 admin-web/src/views/stock/transfer/transferdetails/index.vue |   22 ++++++++++------------
 1 files changed, 10 insertions(+), 12 deletions(-)

diff --git a/admin-web/src/views/stock/transfer/transferdetails/index.vue b/admin-web/src/views/stock/transfer/transferdetails/index.vue
index 0817f63..2f85a05 100644
--- a/admin-web/src/views/stock/transfer/transferdetails/index.vue
+++ b/admin-web/src/views/stock/transfer/transferdetails/index.vue
@@ -31,10 +31,7 @@
 import MyButton from '@/components/myButton/myButton';
 import SettingIplatform from '@/utils/settingIplatform';
 import detail from '../transferApplication/detail';
-import * as finsystenant from '@/api/baseSetting/finsystenant';
 import myImport from '@/views/components/myImport';
-import { getBaseUrl } from '@/utils/base';
-import { goodsModel } from '@/api/baseSetting/finsystenant';
 import * as DateFormatter from '@/utils/DateFormatter';
 
 export default {
@@ -160,12 +157,12 @@
         },
         // 鍒椾俊鎭�
         columns: [
-          { title: '鍗曞彿', field: 'businessFormCode', align: 'center' },
-          { title: '鐗╁搧鍚嶇О', field: 'goodsName', align: 'center' },
-          { title: '瑙勬牸鍨嬪彿', field: 'baseGoodsModelsName', align: 'center' },
-          { title: '鏁伴噺', field: 'counts', align: 'left' },
-          { title: '鎺ュ彈鏈烘瀯', field: 'inAgencyName', align: 'left' },
-          { title: '鍒涘缓浜�', field: 'operatorName', align: 'left' },
+          { title: '鍗曞彿', field: 'businessFormCode', align: 'center', width: 130 },
+          { title: '鐗╁搧鍚嶇О', field: 'goodsName', align: 'left', width: 140 },
+          { title: '瑙勬牸鍨嬪彿', field: 'baseGoodsModelsName', align: 'left', width: 130 },
+          { title: '鏁伴噺', field: 'counts', align: 'center' },
+          { title: '鎺ュ彈鏈烘瀯', field: 'inAgencyName', align: 'left', width: 130 },
+          { title: '鍒涘缓浜�', field: 'operatorName', align: 'center', width: 90 },
           {
             title: '鐢宠鏃堕棿',
             field: 'createTime',
@@ -184,11 +181,12 @@
               return { value: row.inTime ? DateFormatter.LongToDateTime(row.inTime) : '-' };
             },
           },
-          { title: '璋冩嫧鏈烘瀯', field: 'outAgencyName', align: 'left' },
+          { title: '璋冩嫧鏈烘瀯', field: 'outAgencyName', align: 'left', width: 130 },
           {
             title: '璋冩嫧浜�',
             field: 'outOperatorName',
             align: 'center',
+            width: 90,
             formatter: (row) => {
               return { value: row.outOperatorName || '-' };
             },
@@ -206,7 +204,7 @@
         // 鎿嶄綔淇℃伅
         operation: {
           show: true, // 鏄剧ず鎿嶄綔鍒�
-          width: '150', // 鍒楀
+          width: 100, // 鍒楀
           attr: [
             {
               title: '璇︽儏',
@@ -241,7 +239,7 @@
     // 鏌ヨtable鍒楄〃
     search(pageNum) {
       if (pageNum != undefined) {
-        this.$refs.myTable.search(pageNum);
+        this.$refs.myTable.search({pageNum});
       } else {
         this.$refs.myTable.search();
       }

--
Gitblit v1.9.1