Commit e20159e3 authored by hangjun83's avatar hangjun83

罗恩工具类更新

parent fae1dd9b
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
</FormItem> </FormItem>
<FormItem label="期货退货数量" prop="refundNums"> <FormItem label="期货退货数量" prop="refundNums">
<Tooltip trigger="hover" placement="right"> <Tooltip trigger="hover" placement="right">
<InputNumber :max="form.maxRefundNums" :min="1" v-model="form.futuresNum"></InputNumber> <InputNumber :max="form.maxRefundNums" :min="0" v-model="form.futuresNum"></InputNumber>
</Tooltip> </Tooltip>
</FormItem> </FormItem>
<FormItem label="手续费费用" prop="handleFee"> <FormItem label="手续费费用" prop="handleFee">
...@@ -598,6 +598,7 @@ export default { ...@@ -598,6 +598,7 @@ export default {
this.$emit("on-submit", true); this.$emit("on-submit", true);
this.getDataList() this.getDataList()
} }
this.type = 0
}); });
} }
this.showAddSorderTask = false; this.showAddSorderTask = false;
......
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