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 },