Procházet zdrojové kódy

'提交下单制上线版本'

魏志佳 před 4 roky
rodič
revize
d29aeeff22

+ 1 - 1
src/views/modules/workBench/materialList.vue

@@ -560,7 +560,7 @@
                                             'description', // 给表单赋值或拉取表单时,该input对应的key
                                             ]"
                                             :maxLength='50'
-                                            :auto-size="{ minRows: 3, maxRows: 5 }"
+                                            :auto-size="{ minRows: 5, maxRows: 6 }"
                                             @change="descriptionChange"
                                             />
                                             <span style="position:absolute;bottom:5px;right:10px;line-height:24px"><span style="color:#1890ff">{{descriptionlength.length || 0}}</span>/50</span>

+ 1 - 1
src/views/modules/workBench/placeOrder.vue

@@ -571,7 +571,7 @@ export default {
             console.log(e);
             if(e.target.value>this.form.materialAmount&&this.form.materialAmount){
                 this.$message.error('日均产量不能大于素材总量')
-                this.form.materialAmountDay=this.form.materialAmount
+                this.form.materialAmountDay=undefined
             }else if(!this.form.materialAmount){
                 this.$message.error('请先填写素材总量')
                 this.form.materialAmountDay=undefined