Commit f0919a31 authored by linwenqing's avatar linwenqing

Merge branch 'dev' of https://git.banshouhui.com/lijundan/self-support into dev-fix

parents a3797fd9 a3af91e1
......@@ -529,7 +529,7 @@
// 更新预计超出金额
let amount = this.calMaterialCraftListAmount(this.form.materialList)
amount += this.calMaterialCraftListAmount(this.form.craftList)
this.$set(this.form,'overAmount',amount)
this.$set(this.form,'allExtraAmt',amount)
},
// 字段的值更新
fieldValueChange(data) {
......@@ -628,7 +628,7 @@
let self = this
let param = {"partnerCompanyId":this.partnerCompanyId,
"categoryId":this.categoryId,
"brandId":this.brandId,
"brandId":this.brandId || '',
"fieldName":this.photoItem.fieldsName}
this.$u.api.orderStandardItem(param).then((res)=>{
if (res.code == 200 && res.data.length>0) {
......
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