Browse Source

YT-2303

intex_zhaoxuebing^2
赵雪冰 6 days ago
parent
commit
6270f1a46c
  1. 2
      src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptJobMain/index.vue

2
src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptJobMain/index.vue

@ -328,7 +328,7 @@ const resonSubmit = async (row) => {
confirmButtonText: t('common.ok'),
cancelButtonText: t('common.cancel'),
inputPattern: /^[\s\S]*.*\S[\s\S]*$/, //
inputErrorMessage: t(`ts.${'驳回原因不能为空,且不超过256字'}`),
inputErrorMessage: t(`${'驳回原因不能为空,且不超过256字'}`),
inputType: 'textarea',
inputValidator: (value) => {
if (value.length > 60 || value.length == 0) {

Loading…
Cancel
Save