md
This commit is contained in:
parent
263771f690
commit
bee4b56daf
@ -1638,7 +1638,7 @@ methods: {
|
||||
this.form.transLine=item[0];
|
||||
this.form.productType=item[1];
|
||||
// this.calcBillFee();
|
||||
this.handleCalcSettlementWeight();
|
||||
this.handleCalcVolumeWeight();
|
||||
|
||||
}
|
||||
},
|
||||
|
||||
@ -1638,7 +1638,7 @@ methods: {
|
||||
this.form.transLine=item[0];
|
||||
this.form.productType=item[1];
|
||||
// this.calcBillFee();
|
||||
this.handleCalcSettlementWeight();
|
||||
this.handleCalcVolumeWeight();
|
||||
|
||||
}
|
||||
},
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user