Commit 1af985ab authored by zhengke's avatar zhengke

修改

parent a99c9a8b
...@@ -304,6 +304,7 @@ ...@@ -304,6 +304,7 @@
v-model="AdjustPriceMsg.AdjustPrice" v-model="AdjustPriceMsg.AdjustPrice"
label="协调金额" label="协调金额"
lazy-rules lazy-rules
step="0.000001"
type="number" type="number"
:rules="[(val) => (val&&val>=0) || '请输入协调金额']" :rules="[(val) => (val&&val>=0) || '请输入协调金额']"
/> />
...@@ -623,7 +624,7 @@ ...@@ -623,7 +624,7 @@
if(res.Code===1){ if(res.Code===1){
this.getData() this.getData()
} }
this.$refs.dialog.hide();
}) })
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment