This commit is contained in:
linfso 2024-10-07 12:32:38 +08:00
parent 263771f690
commit bee4b56daf
3 changed files with 3 additions and 3 deletions

View File

@ -1638,7 +1638,7 @@ methods: {
this.form.transLine=item[0];
this.form.productType=item[1];
// this.calcBillFee();
this.handleCalcSettlementWeight();
this.handleCalcVolumeWeight();
}
},

View File

@ -1638,7 +1638,7 @@ methods: {
this.form.transLine=item[0];
this.form.productType=item[1];
// this.calcBillFee();
this.handleCalcSettlementWeight();
this.handleCalcVolumeWeight();
}
},

View File

@ -59,7 +59,7 @@
</el-col>
<el-col :span="14">
<el-form-item label="产品类型" prop="productType">
<TransProductPicker placeholder="产品类型" v-model="form.productType" :transLineCode="form.transLine" isInitiated="true" @onChange="handleCalcSettlementWeight"></TransProductPicker>
<TransProductPicker placeholder="产品类型" v-model="form.productType" :transLineCode="form.transLine" isInitiated="true" @onChange="handleCalcVolumeWeight"></TransProductPicker>
</el-form-item>
</el-col>
</el-row>