apply-clients 4.1.37-weinan → 4.1.38-weinan
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -149,7 +149,9 @@ export default {
|
|
|
149
149
|
// 关闭模态框
|
|
150
150
|
close() {
|
|
151
151
|
this.showpay = false
|
|
152
|
-
this.addItem =
|
|
152
|
+
this.addItem = {
|
|
153
|
+
f_material_price:0
|
|
154
|
+
}
|
|
153
155
|
},
|
|
154
156
|
// 模态框确定按钮保存数据
|
|
155
157
|
async addpaydipetail() {
|
|
@@ -192,16 +194,15 @@ export default {
|
|
|
192
194
|
this.typeNumberList = this.$appdata.getParam(val)
|
|
193
195
|
},
|
|
194
196
|
setmaterialprice(val){
|
|
195
|
-
|
|
196
|
-
this.addItem.f_material_price = 0
|
|
197
|
-
}
|
|
197
|
+
debugger
|
|
198
198
|
this.addItem.f_material_price = this.$appdata.getSingleValue(val)
|
|
199
|
+
console.log("单价信息",this.addItem.f_material_price)
|
|
199
200
|
}
|
|
200
201
|
},
|
|
201
202
|
watch: {
|
|
202
203
|
'typeNumberList'(){
|
|
203
|
-
|
|
204
|
-
|
|
204
|
+
this.addItem.f_typenumber=null
|
|
205
|
+
this.addItem.f_material_price = 0
|
|
205
206
|
}
|
|
206
207
|
}
|
|
207
208
|
}
|