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