diff --git a/js/accessory/child/accessory_return_form.js b/js/accessory/child/accessory_return_form.js index 025cdab..bd19bf2 100644 --- a/js/accessory/child/accessory_return_form.js +++ b/js/accessory/child/accessory_return_form.js @@ -340,7 +340,7 @@ function setFormInput(value, type) { if (type === 1) { // 本次退回量 html += ''; } else if (type === 2) { // 备注 - html += ''; + html += ''; } html += ''; return html; diff --git a/js/accessory/child/accessory_scrap_form.js b/js/accessory/child/accessory_scrap_form.js index 7abd86b..eb0b4ed 100644 --- a/js/accessory/child/accessory_scrap_form.js +++ b/js/accessory/child/accessory_scrap_form.js @@ -300,7 +300,7 @@ function setFormInput(value, type) { if (type === 1) { // 报废数量 html += ''; } else if (type === 2) { // 备注 - html += ''; + html += ''; } html += ''; return html; diff --git a/js/accessory/child/accessory_store_edit_form.js b/js/accessory/child/accessory_store_edit_form.js index 731de18..dc36b8b 100644 --- a/js/accessory/child/accessory_store_edit_form.js +++ b/js/accessory/child/accessory_store_edit_form.js @@ -333,7 +333,7 @@ function setFormInput(value, type) { setSelectData(value) + ''; } else if (type === 4) { // 备注 - html += ''; + html += ''; } html += ''; return html; diff --git a/js/accessory/child/accessory_store_form.js b/js/accessory/child/accessory_store_form.js index f783192..84b8cbb 100644 --- a/js/accessory/child/accessory_store_form.js +++ b/js/accessory/child/accessory_store_form.js @@ -314,7 +314,7 @@ function setFormInput(value, type) { setSelectData(value) + ''; } else if (type === 4) { // 备注 - html += ''; + html += ''; } html += ''; return html; diff --git a/js/accessory/child/choose_fit_type_list.js b/js/accessory/child/choose_fit_type_list.js index 3c4648a..00fef8e 100644 --- a/js/accessory/child/choose_fit_type_list.js +++ b/js/accessory/child/choose_fit_type_list.js @@ -247,9 +247,9 @@ function initTable() { } } else if (field === 'remarks') { // 备注 if (value) { - if (value.length > 255) { + if (value.length > 60) { obj.reedit(); - return layer.msg('备注最多输入255位!', { icon: 7 }) + return layer.msg('备注最多输入60位!', { icon: 7 }) } } } diff --git a/js/accessory/child/choose_inventory_count_fit_type_list.js b/js/accessory/child/choose_inventory_count_fit_type_list.js index 64cb58d..4f2c619 100644 --- a/js/accessory/child/choose_inventory_count_fit_type_list.js +++ b/js/accessory/child/choose_inventory_count_fit_type_list.js @@ -256,9 +256,9 @@ function initTable() { } } else if (field === 'remarks') { // 备注 if (value) { - if (value.length > 255) { + if (value.length > 60) { obj.reedit(); - return layer.msg('备注最多输入255位!', { icon: 7 }) + return layer.msg('备注最多输入60位!', { icon: 7 }) } } } diff --git a/js/accessory/child/choose_return_fit_type_list.js b/js/accessory/child/choose_return_fit_type_list.js index 97bad5d..a68f887 100644 --- a/js/accessory/child/choose_return_fit_type_list.js +++ b/js/accessory/child/choose_return_fit_type_list.js @@ -205,9 +205,9 @@ function initTable() { } } else if (field === 'remark') { // 备注 if (value) { - if (value.length > 255) { + if (value.length > 60) { obj.reedit(); - return layer.msg('备注最多输入255位!', { icon: 7 }) + return layer.msg('备注最多输入60位!', { icon: 7 }) } } } diff --git a/js/accessory/child/choose_scrap_fit_type_list.js b/js/accessory/child/choose_scrap_fit_type_list.js index cb9a8e2..a1a5363 100644 --- a/js/accessory/child/choose_scrap_fit_type_list.js +++ b/js/accessory/child/choose_scrap_fit_type_list.js @@ -205,9 +205,9 @@ function initTable() { } } else if (field === 'remarks') { // 备注 if (value) { - if (value.length > 255) { + if (value.length > 60) { obj.reedit(); - return layer.msg('备注最多输入255位!', { icon: 7 }) + return layer.msg('备注最多输入60位!', { icon: 7 }) } } } diff --git a/js/accessory/child/inventory_count_form.js b/js/accessory/child/inventory_count_form.js index 284c705..cab22bd 100644 --- a/js/accessory/child/inventory_count_form.js +++ b/js/accessory/child/inventory_count_form.js @@ -323,7 +323,7 @@ function setFormInput(value, type) { if (type === 1) { // 本次盘点量 html += ''; } else if (type === 2) { // 备注 - html += ''; + html += ''; } html += ''; return html; diff --git a/js/demandPlan/child/apply_plan_form.js b/js/demandPlan/child/apply_plan_form.js index ed75f0e..72f5bc3 100644 --- a/js/demandPlan/child/apply_plan_form.js +++ b/js/demandPlan/child/apply_plan_form.js @@ -231,7 +231,7 @@ function setFormInput(value, type) { } else if (type === 2) { // 需用天数 html += ''; } else if (type === 3) { // 备注 - html += ''; + html += ''; } html += ''; return html; diff --git a/js/demandPlan/child/send_goods_form.js b/js/demandPlan/child/send_goods_form.js index 2460b8e..94ec718 100644 --- a/js/demandPlan/child/send_goods_form.js +++ b/js/demandPlan/child/send_goods_form.js @@ -287,9 +287,9 @@ function initTable() { } } else if (field === 'outId') { // 备注 if (value) { - if (value.length > 255) { + if (value.length > 60) { obj.reedit(); - return layer.msg('备注最多输入255位!', { icon: 7 }) + return layer.msg('备注最多输入60位!', { icon: 7 }) } } } diff --git a/page/accessory/child/audit_form.html b/page/accessory/child/audit_form.html index 6ded2f5..83954ab 100644 --- a/page/accessory/child/audit_form.html +++ b/page/accessory/child/audit_form.html @@ -24,7 +24,7 @@