|
@@ -1136,13 +1136,13 @@ export default {
|
|
|
this.sch_is_noble();
|
|
|
this.good_type_change();
|
|
|
await this.get_golpricelast();
|
|
|
+ this.stock_change();
|
|
|
this.loading = false;
|
|
|
},
|
|
|
async number_change(e, key) {
|
|
|
this.ruleForm[key] = e + "" || "0";
|
|
|
this.$refs.ruleForm.validateField(key);
|
|
|
await this.get_all_fee();
|
|
|
- this.stock_change();
|
|
|
},
|
|
|
openEdit(index, sitem) {
|
|
|
this.modelIndex = index;
|