Răsfoiți Sursa

物流功能

shish 3 ani în urmă
părinte
comite
5990079db7
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  1. 1 0
      hdApp/src/admin/billing/affirmGhs.vue

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

@@ -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){