@@ -433,6 +433,7 @@ export default {
getGhsDataApi({id:id}).then(res => {
this.ghsInfo = res.data
this.form.packCost = res.data.packCost?parseFloat(res.data.packCost):0
+ this.form.wlName = res.data.customWlName ? res.data.customWlName : ''
});
},
countAllPrices(e){