Commit bca69552 authored by 李超鹏's avatar 李超鹏

Merge remote-tracking branch 'origin/dev' into test

parents b2a80077 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