md
This commit is contained in:
parent
d48a9e80a5
commit
f3edb6394e
@ -47,7 +47,7 @@
|
||||
</el-col> -->
|
||||
<el-col :span="6">
|
||||
<el-form-item label="承运重量" prop="realTotalWeight">
|
||||
<el-input-number v-model="form.realTotalWeight" style="width:100%" placeholder="结算重量" :min="1" :controls="false" :precision="2">
|
||||
<el-input-number v-model="form.realTotalWeight" style="width:100%" placeholder="承运重量" :min="1" :controls="false" :precision="2">
|
||||
</el-input-number>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
@ -440,13 +440,12 @@ export default {
|
||||
if (valid) {
|
||||
addEmisTmsCostFee(this.form).then(response => {
|
||||
this.$modal.msgSuccess("新增成功");
|
||||
if(isContinue){
|
||||
if(isContinue==true){
|
||||
this.form.feeType=null;
|
||||
this.form.costFee=null;
|
||||
}else{
|
||||
this.$emit("on-changed");
|
||||
}
|
||||
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user