apply-clients 4.1.39-weinan → 4.1.40-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() {
|
|
@@ -203,7 +205,7 @@ export default {
|
|
|
203
205
|
this.addItem.f_typenumber=null
|
|
204
206
|
this.addItem.f_material_price = 0
|
|
205
207
|
},
|
|
206
|
-
'typeNameList'(){
|
|
208
|
+
'typeNameList'() {
|
|
207
209
|
this.addItem.f_typename = null
|
|
208
210
|
this.addItem.f_typenumber = null
|
|
209
211
|
this.addItem.f_material_price = 0
|