From 3a573284709f5580fd2a77dbb8c33ad0faba7882 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Wed, 24 Aug 2022 22:06:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8D=95=E6=8D=AE=E4=B8=AD?= =?UTF-8?q?=E5=90=8D=E7=A7=B0=E5=88=97=E7=9A=84=E5=AE=BD=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jshERP-web/src/views/bill/modules/AllocationOutModal.vue | 2 +- jshERP-web/src/views/bill/modules/AssembleModal.vue | 2 +- jshERP-web/src/views/bill/modules/DisassembleModal.vue | 2 +- jshERP-web/src/views/bill/modules/OtherInModal.vue | 2 +- jshERP-web/src/views/bill/modules/OtherOutModal.vue | 2 +- jshERP-web/src/views/bill/modules/PurchaseBackModal.vue | 2 +- jshERP-web/src/views/bill/modules/PurchaseInModal.vue | 2 +- jshERP-web/src/views/bill/modules/PurchaseOrderModal.vue | 2 +- jshERP-web/src/views/bill/modules/RetailBackModal.vue | 2 +- jshERP-web/src/views/bill/modules/RetailOutModal.vue | 2 +- jshERP-web/src/views/bill/modules/SaleBackModal.vue | 2 +- jshERP-web/src/views/bill/modules/SaleOrderModal.vue | 2 +- jshERP-web/src/views/bill/modules/SaleOutModal.vue | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/jshERP-web/src/views/bill/modules/AllocationOutModal.vue b/jshERP-web/src/views/bill/modules/AllocationOutModal.vue index 4c32424e..3eb81d01 100644 --- a/jshERP-web/src/views/bill/modules/AllocationOutModal.vue +++ b/jshERP-web/src/views/bill/modules/AllocationOutModal.vue @@ -143,7 +143,7 @@ { title: '条码', key: 'barCode', width: '8%', type: FormTypes.popupJsh, kind: 'material', multi: true, validateRules: [{ required: true, message: '${title}不能为空' }] }, - { title: '名称', key: 'name', width: '6%', type: FormTypes.normal }, + { title: '名称', key: 'name', width: '8%', type: FormTypes.normal }, { title: '规格', key: 'standard', width: '5%', type: FormTypes.normal }, { title: '型号', key: 'model', width: '5%', type: FormTypes.normal }, { title: '颜色', key: 'color', width: '5%', type: FormTypes.normal }, diff --git a/jshERP-web/src/views/bill/modules/AssembleModal.vue b/jshERP-web/src/views/bill/modules/AssembleModal.vue index 7bf2838f..0200b3bd 100644 --- a/jshERP-web/src/views/bill/modules/AssembleModal.vue +++ b/jshERP-web/src/views/bill/modules/AssembleModal.vue @@ -144,7 +144,7 @@ { title: '条码', key: 'barCode', width: '8%', type: FormTypes.popupJsh, kind: 'material', multi: true, validateRules: [{ required: true, message: '${title}不能为空' }] }, - { title: '名称', key: 'name', width: '6%', type: FormTypes.normal }, + { title: '名称', key: 'name', width: '8%', type: FormTypes.normal }, { title: '规格', key: 'standard', width: '5%', type: FormTypes.normal }, { title: '型号', key: 'model', width: '5%', type: FormTypes.normal }, { title: '颜色', key: 'color', width: '5%', type: FormTypes.normal }, diff --git a/jshERP-web/src/views/bill/modules/DisassembleModal.vue b/jshERP-web/src/views/bill/modules/DisassembleModal.vue index 4e2622d2..c16a5e97 100644 --- a/jshERP-web/src/views/bill/modules/DisassembleModal.vue +++ b/jshERP-web/src/views/bill/modules/DisassembleModal.vue @@ -144,7 +144,7 @@ { title: '条码', key: 'barCode', width: '8%', type: FormTypes.popupJsh, kind: 'material', multi: true, validateRules: [{ required: true, message: '${title}不能为空' }] }, - { title: '名称', key: 'name', width: '6%', type: FormTypes.normal }, + { title: '名称', key: 'name', width: '8%', type: FormTypes.normal }, { title: '规格', key: 'standard', width: '5%', type: FormTypes.normal }, { title: '型号', key: 'model', width: '5%', type: FormTypes.normal }, { title: '颜色', key: 'color', width: '5%', type: FormTypes.normal }, diff --git a/jshERP-web/src/views/bill/modules/OtherInModal.vue b/jshERP-web/src/views/bill/modules/OtherInModal.vue index c31e8acc..651e17f6 100644 --- a/jshERP-web/src/views/bill/modules/OtherInModal.vue +++ b/jshERP-web/src/views/bill/modules/OtherInModal.vue @@ -165,7 +165,7 @@ { title: '条码', key: 'barCode', width: '8%', type: FormTypes.popupJsh, kind: 'material', multi: true, validateRules: [{ required: true, message: '${title}不能为空' }] }, - { title: '名称', key: 'name', width: '6%', type: FormTypes.normal }, + { title: '名称', key: 'name', width: '8%', type: FormTypes.normal }, { title: '规格', key: 'standard', width: '5%', type: FormTypes.normal }, { title: '型号', key: 'model', width: '5%', type: FormTypes.normal }, { title: '颜色', key: 'color', width: '5%', type: FormTypes.normal }, diff --git a/jshERP-web/src/views/bill/modules/OtherOutModal.vue b/jshERP-web/src/views/bill/modules/OtherOutModal.vue index 3a528eaa..02c49e02 100644 --- a/jshERP-web/src/views/bill/modules/OtherOutModal.vue +++ b/jshERP-web/src/views/bill/modules/OtherOutModal.vue @@ -165,7 +165,7 @@ { title: '条码', key: 'barCode', width: '8%', type: FormTypes.popupJsh, kind: 'material', multi: true, validateRules: [{ required: true, message: '${title}不能为空' }] }, - { title: '名称', key: 'name', width: '6%', type: FormTypes.normal }, + { title: '名称', key: 'name', width: '8%', type: FormTypes.normal }, { title: '规格', key: 'standard', width: '5%', type: FormTypes.normal }, { title: '型号', key: 'model', width: '5%', type: FormTypes.normal }, { title: '颜色', key: 'color', width: '5%', type: FormTypes.normal }, diff --git a/jshERP-web/src/views/bill/modules/PurchaseBackModal.vue b/jshERP-web/src/views/bill/modules/PurchaseBackModal.vue index 02234eb0..e0232a0c 100644 --- a/jshERP-web/src/views/bill/modules/PurchaseBackModal.vue +++ b/jshERP-web/src/views/bill/modules/PurchaseBackModal.vue @@ -235,7 +235,7 @@ { title: '条码', key: 'barCode', width: '8%', type: FormTypes.popupJsh, kind: 'material', multi: true, validateRules: [{ required: true, message: '${title}不能为空' }] }, - { title: '名称', key: 'name', width: '6%', type: FormTypes.normal }, + { title: '名称', key: 'name', width: '8%', type: FormTypes.normal }, { title: '规格', key: 'standard', width: '5%', type: FormTypes.normal }, { title: '型号', key: 'model', width: '5%', type: FormTypes.normal }, { title: '颜色', key: 'color', width: '5%', type: FormTypes.normal }, diff --git a/jshERP-web/src/views/bill/modules/PurchaseInModal.vue b/jshERP-web/src/views/bill/modules/PurchaseInModal.vue index bd8ec141..dd5aa1c6 100644 --- a/jshERP-web/src/views/bill/modules/PurchaseInModal.vue +++ b/jshERP-web/src/views/bill/modules/PurchaseInModal.vue @@ -262,7 +262,7 @@ { title: '条码', key: 'barCode', width: '8%', type: FormTypes.popupJsh, kind: 'material', multi: true, validateRules: [{ required: true, message: '${title}不能为空' }] }, - { title: '名称', key: 'name', width: '6%', type: FormTypes.normal }, + { title: '名称', key: 'name', width: '8%', type: FormTypes.normal }, { title: '规格', key: 'standard', width: '5%', type: FormTypes.normal }, { title: '型号', key: 'model', width: '5%', type: FormTypes.normal }, { title: '颜色', key: 'color', width: '5%', type: FormTypes.normal }, diff --git a/jshERP-web/src/views/bill/modules/PurchaseOrderModal.vue b/jshERP-web/src/views/bill/modules/PurchaseOrderModal.vue index 7f479099..68f8d387 100644 --- a/jshERP-web/src/views/bill/modules/PurchaseOrderModal.vue +++ b/jshERP-web/src/views/bill/modules/PurchaseOrderModal.vue @@ -232,7 +232,7 @@ { title: '条码', key: 'barCode', width: '8%', type: FormTypes.popupJsh, kind: 'material', multi: true, validateRules: [{ required: true, message: '${title}不能为空' }] }, - { title: '名称', key: 'name', width: '6%', type: FormTypes.normal }, + { title: '名称', key: 'name', width: '8%', type: FormTypes.normal }, { title: '规格', key: 'standard', width: '5%', type: FormTypes.normal }, { title: '型号', key: 'model', width: '5%', type: FormTypes.normal }, { title: '颜色', key: 'color', width: '5%', type: FormTypes.normal }, diff --git a/jshERP-web/src/views/bill/modules/RetailBackModal.vue b/jshERP-web/src/views/bill/modules/RetailBackModal.vue index 714334bb..97b2e861 100644 --- a/jshERP-web/src/views/bill/modules/RetailBackModal.vue +++ b/jshERP-web/src/views/bill/modules/RetailBackModal.vue @@ -224,7 +224,7 @@ { title: '条码', key: 'barCode', width: '12%', type: FormTypes.popupJsh, kind: 'material', multi: true, validateRules: [{ required: true, message: '${title}不能为空' }] }, - { title: '名称', key: 'name', width: '9%', type: FormTypes.normal }, + { title: '名称', key: 'name', width: '10%', type: FormTypes.normal }, { title: '规格', key: 'standard', width: '6%', type: FormTypes.normal }, { title: '型号', key: 'model', width: '6%', type: FormTypes.normal }, { title: '颜色', key: 'color', width: '5%', type: FormTypes.normal }, diff --git a/jshERP-web/src/views/bill/modules/RetailOutModal.vue b/jshERP-web/src/views/bill/modules/RetailOutModal.vue index 245b751c..d4b45c67 100644 --- a/jshERP-web/src/views/bill/modules/RetailOutModal.vue +++ b/jshERP-web/src/views/bill/modules/RetailOutModal.vue @@ -236,7 +236,7 @@ { title: '条码', key: 'barCode', width: '12%', type: FormTypes.popupJsh, kind: 'material', multi: true, validateRules: [{ required: true, message: '${title}不能为空' }] }, - { title: '名称', key: 'name', width: '9%', type: FormTypes.normal }, + { title: '名称', key: 'name', width: '10%', type: FormTypes.normal }, { title: '规格', key: 'standard', width: '6%', type: FormTypes.normal }, { title: '型号', key: 'model', width: '5%', type: FormTypes.normal }, { title: '颜色', key: 'color', width: '5%', type: FormTypes.normal }, diff --git a/jshERP-web/src/views/bill/modules/SaleBackModal.vue b/jshERP-web/src/views/bill/modules/SaleBackModal.vue index 34b07a7f..6fa6f84a 100644 --- a/jshERP-web/src/views/bill/modules/SaleBackModal.vue +++ b/jshERP-web/src/views/bill/modules/SaleBackModal.vue @@ -240,7 +240,7 @@ { title: '条码', key: 'barCode', width: '8%', type: FormTypes.popupJsh, kind: 'material', multi: true, validateRules: [{ required: true, message: '${title}不能为空' }] }, - { title: '名称', key: 'name', width: '6%', type: FormTypes.normal }, + { title: '名称', key: 'name', width: '8%', type: FormTypes.normal }, { title: '规格', key: 'standard', width: '5%', type: FormTypes.normal }, { title: '型号', key: 'model', width: '5%', type: FormTypes.normal }, { title: '颜色', key: 'color', width: '5%', type: FormTypes.normal }, diff --git a/jshERP-web/src/views/bill/modules/SaleOrderModal.vue b/jshERP-web/src/views/bill/modules/SaleOrderModal.vue index 1e4cda10..6e398c43 100644 --- a/jshERP-web/src/views/bill/modules/SaleOrderModal.vue +++ b/jshERP-web/src/views/bill/modules/SaleOrderModal.vue @@ -225,7 +225,7 @@ { title: '条码', key: 'barCode', width: '8%', type: FormTypes.popupJsh, kind: 'material', multi: true, validateRules: [{ required: true, message: '${title}不能为空' }] }, - { title: '名称', key: 'name', width: '6%', type: FormTypes.normal }, + { title: '名称', key: 'name', width: '8%', type: FormTypes.normal }, { title: '规格', key: 'standard', width: '5%', type: FormTypes.normal }, { title: '型号', key: 'model', width: '5%', type: FormTypes.normal }, { title: '颜色', key: 'color', width: '5%', type: FormTypes.normal }, diff --git a/jshERP-web/src/views/bill/modules/SaleOutModal.vue b/jshERP-web/src/views/bill/modules/SaleOutModal.vue index 53ff95ed..9188e376 100644 --- a/jshERP-web/src/views/bill/modules/SaleOutModal.vue +++ b/jshERP-web/src/views/bill/modules/SaleOutModal.vue @@ -278,7 +278,7 @@ { title: '条码', key: 'barCode', width: '8%', type: FormTypes.popupJsh, kind: 'material', multi: true, validateRules: [{ required: true, message: '${title}不能为空' }] }, - { title: '名称', key: 'name', width: '6%', type: FormTypes.normal }, + { title: '名称', key: 'name', width: '8%', type: FormTypes.normal }, { title: '规格', key: 'standard', width: '5%', type: FormTypes.normal }, { title: '型号', key: 'model', width: '5%', type: FormTypes.normal }, { title: '颜色', key: 'color', width: '5%', type: FormTypes.normal },