Bläddra i källkod

bug修复 退货原因长度限制

chenrui 3 år sedan
förälder
incheckning
175c8ea19b

+ 1 - 1
src/views/salesManagement/salesReturn/salesReturnEdit.vue

@@ -70,7 +70,7 @@
           </template>
           <!-- 退货原因 -->
           <template slot="remark" slot-scope="text, record">
-            <a-input size="small" placeholder="30个字符内" maxlength="30" v-model="record.remark" @blur="updateRemark(record)"></a-input>
+            <a-input size="small" placeholder="30个字符内" maxLength="30" v-model="record.remark" @blur="updateRemark(record)"></a-input>
           </template>
           <!-- 操作 -->
           <template slot="action" slot-scope="text, record">

+ 1 - 1
src/views/salesManagement/salesReturn/salesReturnGrabEdit.vue

@@ -65,7 +65,7 @@
           </template>
           <!-- 退货原因 -->
           <template slot="remark" slot-scope="text, record">
-            <a-input size="small" placeholder="30个字符内" maxlength="30" v-model="record.remark" @blur="updateRemark(record)"></a-input>
+            <a-input size="small" placeholder="30个字符内" maxLength="30" v-model="record.remark" @blur="updateRemark(record)"></a-input>
           </template>
           <!-- 操作 -->
           <template slot="action" slot-scope="text, record">