From 75e6cea5f1390668ecaa1fb55150862204ad33be Mon Sep 17 00:00:00 2001
From: 廖井涛 <2265517004@qq.com>
Date: 星期四, 30 五月 2024 09:46:53 +0800
Subject: [PATCH] 提交

---
 north-glass-erp/northglass-erp/src/views/sd/delivery/CreateDelivery.vue |   14 +++++++++++---
 north-glass-erp/northglass-erp/src/views/sd/delivery/SelectDelivery.vue |    6 +++---
 2 files changed, 14 insertions(+), 6 deletions(-)

diff --git a/north-glass-erp/northglass-erp/src/views/sd/delivery/CreateDelivery.vue b/north-glass-erp/northglass-erp/src/views/sd/delivery/CreateDelivery.vue
index e5643b1..26027f3 100644
--- a/north-glass-erp/northglass-erp/src/views/sd/delivery/CreateDelivery.vue
+++ b/north-glass-erp/northglass-erp/src/views/sd/delivery/CreateDelivery.vue
@@ -280,10 +280,13 @@
   customConfig: {
     storage: true
   },
+  mouseConfig:{selected: true},//榧犳爣閫変腑
+  keyboardConfig:{isArrow: true, isDel: true, isEnter: true, isTab: true, isEdit: true, isChecked: true},
   editConfig: {
-    trigger: 'click',
-    mode: 'row',
-    showStatus: true
+    trigger: 'dblclick',
+    mode: 'cell',
+    showStatus: true,
+    showIcon:false
   },//琛ㄥご鍙傛暟
   columns:[
 
@@ -700,4 +703,9 @@
   -ms-user-select: none;
   user-select: none;
 }
+
+:deep(#product .el-dialog__body){
+  height: 90%;
+  width: 100%;
+}
 </style>
\ No newline at end of file
diff --git a/north-glass-erp/northglass-erp/src/views/sd/delivery/SelectDelivery.vue b/north-glass-erp/northglass-erp/src/views/sd/delivery/SelectDelivery.vue
index 670ecc2..cc9e236 100644
--- a/north-glass-erp/northglass-erp/src/views/sd/delivery/SelectDelivery.vue
+++ b/north-glass-erp/northglass-erp/src/views/sd/delivery/SelectDelivery.vue
@@ -235,9 +235,9 @@
   },
   //琛ㄥご鍙傛暟
   columns:[
-    {type:'expand',slots: { content:'content' },width: 60},
-    {title: t('basicData.operate'), width: 150, slots: { default: 'button_slot' }},
-    {type: 'seq', title: t('basicData.Number'), width: 80 },
+    {type:'expand',slots: { content:'content' },width: 60,fixed:"left"},
+    {title: t('basicData.operate'), width: 150, slots: { default: 'button_slot' },fixed:"left"},
+    {type: 'seq', title: t('basicData.Number'), width: 80},
 
     {field: 'deliveryState',title: t('basicData.review'), width: 40, slots: { default: 'state' }},
     {field: 'stockState',title: t('productStock.outbound'), width: 40, slots: { default: 'state' }},

--
Gitblit v1.8.0