Explorar el Código

添加替换字段

xiaohaizhao hace 4 meses
padre
commit
57fd044e30
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      packageA/market/detail.js

+ 2 - 0
packageA/market/detail.js

@@ -93,6 +93,8 @@ Page({
 			this.setData({
 				"detail.stockstatus": res.data.stockstatus,
 				"detail.cansaleqty": res.data.invbal_qty,
+				"detail.caliber": res.data.caliber,
+				"detail.nominalpressure": res.data.nominalpressure,
 			})
 
 		})