apply-clients 3.4.27 → 3.4.28
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
|
@@ -232,8 +232,9 @@
|
|
|
232
232
|
this.getOnetoManyData()
|
|
233
233
|
},
|
|
234
234
|
methods: {
|
|
235
|
-
sumMaterialmoney(
|
|
236
|
-
|
|
235
|
+
sumMaterialmoney(index){
|
|
236
|
+
this.materials[index].f_material_money = this.materials[index].f_material_price * this.materials[index].f_material_number
|
|
237
|
+
console.log('打印',this.materials[index].f_material_money)
|
|
237
238
|
},
|
|
238
239
|
async getOnetoManyData () {
|
|
239
240
|
let http = new HttpResetClass()
|