From 2ce4792824c3c85faa5137df546953fc0ba8e5fc Mon Sep 17 00:00:00 2001
From: chenlu <1320612696@qq.com>
Date: 星期五, 05 一月 2024 15:31:32 +0800
Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/ERP_override
---
north-glass-erp/northglass-erp/src/views/mm/mainIngredientStock/CreateOutBound.vue | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/north-glass-erp/northglass-erp/src/views/mm/mainIngredientStock/CreateOutBound.vue b/north-glass-erp/northglass-erp/src/views/mm/mainIngredientStock/CreateOutBound.vue
index f34a0a3..68cf0be 100644
--- a/north-glass-erp/northglass-erp/src/views/mm/mainIngredientStock/CreateOutBound.vue
+++ b/north-glass-erp/northglass-erp/src/views/mm/mainIngredientStock/CreateOutBound.vue
@@ -10,7 +10,7 @@
switch (type) {
case 'edit' :{
alert('鎴戞帴鏀跺埌瀛愮粍浠朵紶閫佺殑缂栬緫淇℃伅')
- // router.push({path: '/main/trader/CreateTrader', query: { id: row.id }})
+ router.push({path: '/main/trader/CreateTrader', query: { id: row.id }})
break
}
case 'delete':{
@@ -76,9 +76,10 @@
{field: 'remark',width: '80', title: '澶囨敞', sortable: true,editRender: { name: 'input', attrs: { placeholder: '' } }},
],//琛ㄥご鎸夐挳
toolbarConfig: {
- buttons: [{
- 'name': '鎻愪氦',status:'primary'
- }],
+ buttons: [
+ {'name': '鎻愪氦',status:'primary'},
+ {'name': '瀹℃牳',status:'primary', 'disabled': true}
+ ],
import: false,
export: true,
print: true,
--
Gitblit v1.8.0