This commit is contained in:
linfso 2025-03-15 11:20:40 +08:00
parent 23fb412189
commit 64781c279e
2 changed files with 6 additions and 1 deletions

View File

@ -609,6 +609,11 @@ export default {
submitForm(isContinue) {
this.$refs["form"].validate(valid => {
if (valid) {
// 简化费用项,只有有值的才提交
let newList = this.form.feeItemList.filter(item => item.fee>0 );
this.form.feeItemList=newList;
if (this.form.id != null) {
this.isDoing=true;
updateEmisTmsCostFee(this.form).then(response => {

View File

@ -10,7 +10,7 @@
ref="refTable"
row-key="id"
storageName="sendWaybillList_main_240702"
storageName="CreditSendWaybillList_main_240702"
v-loading="loading"
border