shish 3 жил өмнө
parent
commit
5990079db7

+ 1 - 0
hdApp/src/admin/billing/affirmGhs.vue

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