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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apply-clients",
3
- "version": "3.4.27",
3
+ "version": "3.4.28",
4
4
  "description": "报建前端模块",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -232,8 +232,9 @@
232
232
  this.getOnetoManyData()
233
233
  },
234
234
  methods: {
235
- sumMaterialmoney(i){
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()