|
@@ -588,6 +588,7 @@ export default {
|
|
|
this.form.discountrate ? this.form.discountrate = (this.form.discountrate / 100).toFixed(4) : ''
|
|
|
this.form.productdiscount ? this.form.productdiscount = (this.form.productdiscount / 100).toFixed(4) : ''
|
|
|
this.form.orderratio ? this.form.orderratio = (this.form.orderratio / 100).toFixed(4) : ''
|
|
|
+ this.form.source = 1
|
|
|
let res = await this.$api.requested({
|
|
|
"id":20221121185302,
|
|
|
"content": this.form
|
|
@@ -617,6 +618,7 @@ export default {
|
|
|
this.form.discountrate ? this.form.discountrate = (this.form.discountrate / 100).toFixed(4) : ''
|
|
|
this.form.productdiscount ? this.form.productdiscount = (this.form.productdiscount / 100).toFixed(4) : ''
|
|
|
this.form.orderratio ? this.form.orderratio = (this.form.orderratio / 100).toFixed(4) : ''
|
|
|
+ this.form.source = 1
|
|
|
let res = await this.$api.requested({
|
|
|
"id":20221121185302,
|
|
|
"content": this.form
|