From 42354e32738d6a4c8b381667b158df59dc5897fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Sat, 6 May 2023 23:34:11 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=8D=95=E6=8D=AE=E5=BD=95?= =?UTF-8?q?=E5=85=A5=E4=B8=AD=E5=95=86=E5=93=81=E5=90=8D=E7=A7=B0=E3=80=81?= =?UTF-8?q?=E8=A7=84=E6=A0=BC=E3=80=81=E5=9E=8B=E5=8F=B7=E7=9A=84=E5=AE=BD?= =?UTF-8?q?=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 | 6 +++--- jshERP-web/src/views/bill/modules/AssembleModal.vue | 6 +++--- jshERP-web/src/views/bill/modules/DisassembleModal.vue | 6 +++--- jshERP-web/src/views/bill/modules/OtherInModal.vue | 6 +++--- jshERP-web/src/views/bill/modules/OtherOutModal.vue | 6 +++--- jshERP-web/src/views/bill/modules/PurchaseBackModal.vue | 6 +++--- jshERP-web/src/views/bill/modules/PurchaseInModal.vue | 6 +++--- jshERP-web/src/views/bill/modules/PurchaseOrderModal.vue | 6 +++--- jshERP-web/src/views/bill/modules/RetailBackModal.vue | 6 +++--- jshERP-web/src/views/bill/modules/RetailOutModal.vue | 6 +++--- jshERP-web/src/views/bill/modules/SaleBackModal.vue | 6 +++--- jshERP-web/src/views/bill/modules/SaleOrderModal.vue | 6 +++--- jshERP-web/src/views/bill/modules/SaleOutModal.vue | 6 +++--- 13 files changed, 39 insertions(+), 39 deletions(-) diff --git a/jshERP-web/src/views/bill/modules/AllocationOutModal.vue b/jshERP-web/src/views/bill/modules/AllocationOutModal.vue index b6d8711b..da540185 100644 --- a/jshERP-web/src/views/bill/modules/AllocationOutModal.vue +++ b/jshERP-web/src/views/bill/modules/AllocationOutModal.vue @@ -146,9 +146,9 @@ { title: '条码', key: 'barCode', width: '12%', type: FormTypes.popupJsh, kind: 'material', multi: true, validateRules: [{ required: true, message: '${title}不能为空' }] }, - { title: '名称', key: 'name', width: '8%', type: FormTypes.normal }, - { title: '规格', key: 'standard', width: '7%', type: FormTypes.normal }, - { title: '型号', key: 'model', width: '7%', type: FormTypes.normal }, + { title: '名称', key: 'name', width: '10%', type: FormTypes.normal }, + { title: '规格', key: 'standard', width: '9%', type: FormTypes.normal }, + { title: '型号', key: 'model', width: '9%', type: FormTypes.normal }, { title: '颜色', key: 'color', width: '5%', type: FormTypes.normal }, { title: '扩展信息', key: 'materialOther', width: '5%', type: FormTypes.normal }, { title: '库存', key: 'stock', 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 8bcfd4b5..b726d0a4 100644 --- a/jshERP-web/src/views/bill/modules/AssembleModal.vue +++ b/jshERP-web/src/views/bill/modules/AssembleModal.vue @@ -147,9 +147,9 @@ { title: '条码', key: 'barCode', width: '12%', type: FormTypes.popupJsh, kind: 'material', multi: true, validateRules: [{ required: true, message: '${title}不能为空' }] }, - { title: '名称', key: 'name', width: '8%', type: FormTypes.normal }, - { title: '规格', key: 'standard', width: '7%', type: FormTypes.normal }, - { title: '型号', key: 'model', width: '7%', type: FormTypes.normal }, + { title: '名称', key: 'name', width: '10%', type: FormTypes.normal }, + { title: '规格', key: 'standard', width: '9%', type: FormTypes.normal }, + { title: '型号', key: 'model', width: '9%', type: FormTypes.normal }, { title: '颜色', key: 'color', width: '5%', type: FormTypes.normal }, { title: '扩展信息', key: 'materialOther', width: '5%', type: FormTypes.normal }, { title: '库存', key: 'stock', 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 ed8771ce..290aab33 100644 --- a/jshERP-web/src/views/bill/modules/DisassembleModal.vue +++ b/jshERP-web/src/views/bill/modules/DisassembleModal.vue @@ -147,9 +147,9 @@ { title: '条码', key: 'barCode', width: '12%', type: FormTypes.popupJsh, kind: 'material', multi: true, validateRules: [{ required: true, message: '${title}不能为空' }] }, - { title: '名称', key: 'name', width: '8%', type: FormTypes.normal }, - { title: '规格', key: 'standard', width: '7%', type: FormTypes.normal }, - { title: '型号', key: 'model', width: '7%', type: FormTypes.normal }, + { title: '名称', key: 'name', width: '10%', type: FormTypes.normal }, + { title: '规格', key: 'standard', width: '9%', type: FormTypes.normal }, + { title: '型号', key: 'model', width: '9%', type: FormTypes.normal }, { title: '颜色', key: 'color', width: '5%', type: FormTypes.normal }, { title: '扩展信息', key: 'materialOther', width: '5%', type: FormTypes.normal }, { title: '库存', key: 'stock', 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 b98e658c..95ada3f2 100644 --- a/jshERP-web/src/views/bill/modules/OtherInModal.vue +++ b/jshERP-web/src/views/bill/modules/OtherInModal.vue @@ -168,9 +168,9 @@ { title: '条码', key: 'barCode', width: '12%', type: FormTypes.popupJsh, kind: 'material', multi: true, validateRules: [{ required: true, message: '${title}不能为空' }] }, - { title: '名称', key: 'name', width: '8%', type: FormTypes.normal }, - { title: '规格', key: 'standard', width: '7%', type: FormTypes.normal }, - { title: '型号', key: 'model', width: '7%', type: FormTypes.normal }, + { title: '名称', key: 'name', width: '10%', type: FormTypes.normal }, + { title: '规格', key: 'standard', width: '9%', type: FormTypes.normal }, + { title: '型号', key: 'model', width: '9%', type: FormTypes.normal }, { title: '颜色', key: 'color', width: '5%', type: FormTypes.normal }, { title: '扩展信息', key: 'materialOther', width: '5%', type: FormTypes.normal }, { title: '库存', key: 'stock', 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 0ee4c42c..f316f2a6 100644 --- a/jshERP-web/src/views/bill/modules/OtherOutModal.vue +++ b/jshERP-web/src/views/bill/modules/OtherOutModal.vue @@ -168,9 +168,9 @@ { title: '条码', key: 'barCode', width: '12%', type: FormTypes.popupJsh, kind: 'material', multi: true, validateRules: [{ required: true, message: '${title}不能为空' }] }, - { title: '名称', key: 'name', width: '8%', type: FormTypes.normal }, - { title: '规格', key: 'standard', width: '7%', type: FormTypes.normal }, - { title: '型号', key: 'model', width: '7%', type: FormTypes.normal }, + { title: '名称', key: 'name', width: '10%', type: FormTypes.normal }, + { title: '规格', key: 'standard', width: '9%', type: FormTypes.normal }, + { title: '型号', key: 'model', width: '9%', type: FormTypes.normal }, { title: '颜色', key: 'color', width: '5%', type: FormTypes.normal }, { title: '扩展信息', key: 'materialOther', width: '5%', type: FormTypes.normal }, { title: '库存', key: 'stock', 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 1325cd3a..285f4f54 100644 --- a/jshERP-web/src/views/bill/modules/PurchaseBackModal.vue +++ b/jshERP-web/src/views/bill/modules/PurchaseBackModal.vue @@ -238,9 +238,9 @@ { title: '条码', key: 'barCode', width: '12%', type: FormTypes.popupJsh, kind: 'material', multi: true, validateRules: [{ required: true, message: '${title}不能为空' }] }, - { title: '名称', key: 'name', width: '8%', type: FormTypes.normal }, - { title: '规格', key: 'standard', width: '7%', type: FormTypes.normal }, - { title: '型号', key: 'model', width: '7%', type: FormTypes.normal }, + { title: '名称', key: 'name', width: '10%', type: FormTypes.normal }, + { title: '规格', key: 'standard', width: '9%', type: FormTypes.normal }, + { title: '型号', key: 'model', width: '9%', type: FormTypes.normal }, { title: '颜色', key: 'color', width: '5%', type: FormTypes.normal }, { title: '扩展信息', key: 'materialOther', width: '5%', type: FormTypes.normal }, { title: '库存', key: 'stock', 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 0a277d00..b16bb346 100644 --- a/jshERP-web/src/views/bill/modules/PurchaseInModal.vue +++ b/jshERP-web/src/views/bill/modules/PurchaseInModal.vue @@ -265,9 +265,9 @@ { title: '条码', key: 'barCode', width: '12%', type: FormTypes.popupJsh, kind: 'material', multi: true, validateRules: [{ required: true, message: '${title}不能为空' }] }, - { title: '名称', key: 'name', width: '8%', type: FormTypes.normal }, - { title: '规格', key: 'standard', width: '7%', type: FormTypes.normal }, - { title: '型号', key: 'model', width: '7%', type: FormTypes.normal }, + { title: '名称', key: 'name', width: '10%', type: FormTypes.normal }, + { title: '规格', key: 'standard', width: '9%', type: FormTypes.normal }, + { title: '型号', key: 'model', width: '9%', type: FormTypes.normal }, { title: '颜色', key: 'color', width: '5%', type: FormTypes.normal }, { title: '扩展信息', key: 'materialOther', width: '5%', type: FormTypes.normal }, { title: '库存', key: 'stock', 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 9f95b028..bfe8690c 100644 --- a/jshERP-web/src/views/bill/modules/PurchaseOrderModal.vue +++ b/jshERP-web/src/views/bill/modules/PurchaseOrderModal.vue @@ -235,9 +235,9 @@ { title: '条码', key: 'barCode', width: '12%', type: FormTypes.popupJsh, kind: 'material', multi: true, validateRules: [{ required: true, message: '${title}不能为空' }] }, - { title: '名称', key: 'name', width: '8%', type: FormTypes.normal }, - { title: '规格', key: 'standard', width: '7%', type: FormTypes.normal }, - { title: '型号', key: 'model', width: '7%', type: FormTypes.normal }, + { title: '名称', key: 'name', width: '10%', type: FormTypes.normal }, + { title: '规格', key: 'standard', width: '9%', type: FormTypes.normal }, + { title: '型号', key: 'model', width: '9%', type: FormTypes.normal }, { title: '颜色', key: 'color', width: '5%', type: FormTypes.normal }, { title: '扩展信息', key: 'materialOther', width: '5%', type: FormTypes.normal }, { title: '库存', key: 'stock', 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 99ee88dc..531ea64c 100644 --- a/jshERP-web/src/views/bill/modules/RetailBackModal.vue +++ b/jshERP-web/src/views/bill/modules/RetailBackModal.vue @@ -227,9 +227,9 @@ { title: '条码', key: 'barCode', width: '16%', type: FormTypes.popupJsh, kind: 'material', multi: true, validateRules: [{ required: true, message: '${title}不能为空' }] }, - { title: '名称', key: 'name', width: '10%', type: FormTypes.normal }, - { title: '规格', key: 'standard', width: '8%', type: FormTypes.normal }, - { title: '型号', key: 'model', width: '8%', type: FormTypes.normal }, + { title: '名称', key: 'name', width: '12%', type: FormTypes.normal }, + { title: '规格', key: 'standard', width: '10%', type: FormTypes.normal }, + { title: '型号', key: 'model', width: '10%', type: FormTypes.normal }, { title: '颜色', key: 'color', width: '5%', type: FormTypes.normal }, { title: '扩展信息', key: 'materialOther', width: '7%', type: FormTypes.normal }, { title: '库存', key: 'stock', 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 44c770c2..fd39ced7 100644 --- a/jshERP-web/src/views/bill/modules/RetailOutModal.vue +++ b/jshERP-web/src/views/bill/modules/RetailOutModal.vue @@ -239,9 +239,9 @@ { title: '条码', key: 'barCode', width: '16%', type: FormTypes.popupJsh, kind: 'material', multi: true, validateRules: [{ required: true, message: '${title}不能为空' }] }, - { title: '名称', key: 'name', width: '10%', type: FormTypes.normal }, - { title: '规格', key: 'standard', width: '8%', type: FormTypes.normal }, - { title: '型号', key: 'model', width: '8%', type: FormTypes.normal }, + { title: '名称', key: 'name', width: '12%', type: FormTypes.normal }, + { title: '规格', key: 'standard', width: '10%', type: FormTypes.normal }, + { title: '型号', key: 'model', width: '10%', type: FormTypes.normal }, { title: '颜色', key: 'color', width: '5%', type: FormTypes.normal }, { title: '扩展信息', key: 'materialOther', width: '7%', type: FormTypes.normal }, { title: '库存', key: 'stock', 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 f695fbed..2c72f032 100644 --- a/jshERP-web/src/views/bill/modules/SaleBackModal.vue +++ b/jshERP-web/src/views/bill/modules/SaleBackModal.vue @@ -243,9 +243,9 @@ { title: '条码', key: 'barCode', width: '12%', type: FormTypes.popupJsh, kind: 'material', multi: true, validateRules: [{ required: true, message: '${title}不能为空' }] }, - { title: '名称', key: 'name', width: '8%', type: FormTypes.normal }, - { title: '规格', key: 'standard', width: '7%', type: FormTypes.normal }, - { title: '型号', key: 'model', width: '7%', type: FormTypes.normal }, + { title: '名称', key: 'name', width: '10%', type: FormTypes.normal }, + { title: '规格', key: 'standard', width: '9%', type: FormTypes.normal }, + { title: '型号', key: 'model', width: '9%', type: FormTypes.normal }, { title: '颜色', key: 'color', width: '5%', type: FormTypes.normal }, { title: '扩展信息', key: 'materialOther', width: '5%', type: FormTypes.normal }, { title: '库存', key: 'stock', 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 4f88f3b9..1246a01c 100644 --- a/jshERP-web/src/views/bill/modules/SaleOrderModal.vue +++ b/jshERP-web/src/views/bill/modules/SaleOrderModal.vue @@ -228,9 +228,9 @@ { title: '条码', key: 'barCode', width: '12%', type: FormTypes.popupJsh, kind: 'material', multi: true, validateRules: [{ required: true, message: '${title}不能为空' }] }, - { title: '名称', key: 'name', width: '8%', type: FormTypes.normal }, - { title: '规格', key: 'standard', width: '7%', type: FormTypes.normal }, - { title: '型号', key: 'model', width: '7%', type: FormTypes.normal }, + { title: '名称', key: 'name', width: '10%', type: FormTypes.normal }, + { title: '规格', key: 'standard', width: '9%', type: FormTypes.normal }, + { title: '型号', key: 'model', width: '9%', type: FormTypes.normal }, { title: '颜色', key: 'color', width: '5%', type: FormTypes.normal }, { title: '扩展信息', key: 'materialOther', width: '5%', type: FormTypes.normal }, { title: '库存', key: 'stock', 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 55225760..e617d38c 100644 --- a/jshERP-web/src/views/bill/modules/SaleOutModal.vue +++ b/jshERP-web/src/views/bill/modules/SaleOutModal.vue @@ -281,9 +281,9 @@ { title: '条码', key: 'barCode', width: '12%', type: FormTypes.popupJsh, kind: 'material', multi: true, validateRules: [{ required: true, message: '${title}不能为空' }] }, - { title: '名称', key: 'name', width: '8%', type: FormTypes.normal }, - { title: '规格', key: 'standard', width: '7%', type: FormTypes.normal }, - { title: '型号', key: 'model', width: '7%', type: FormTypes.normal }, + { title: '名称', key: 'name', width: '10%', type: FormTypes.normal }, + { title: '规格', key: 'standard', width: '9%', type: FormTypes.normal }, + { title: '型号', key: 'model', width: '9%', type: FormTypes.normal }, { title: '颜色', key: 'color', width: '5%', type: FormTypes.normal }, { title: '扩展信息', key: 'materialOther', width: '5%', type: FormTypes.normal }, { title: '库存', key: 'stock', width: '5%', type: FormTypes.normal },