Commit 96b78f12 authored by 李超鹏's avatar 李超鹏

Merge branch 'master' into dev

parents be460f14 a36e3874
......@@ -12,11 +12,8 @@
}
} else if (process.env.NODE_ENV === "production") {
if (NODE_ENV === 'test') {
// ENV_VAR = require('./.env.prod.js');
ENV_VAR = require('./.env.test.js');
} else if (NODE_ENV === 'prod') {
ENV_VAR = require('./.env.prod.js');
}
}
if (ENV_VAR) {
process.uniEnv = {};
......
......@@ -533,7 +533,7 @@
// 更新预计超出金额
let amount = this.calMaterialCraftListAmount(this.form.materialList)
amount += this.calMaterialCraftListAmount(this.form.craftList)
this.$set(this.form,'allExtraAmt',amount)
this.$set(this.form,'overAmount',amount)
},
// 字段的值更新
fieldValueChange(data) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment