Commit cd46f825 authored by dcy's avatar dcy

佣金,暗佣+产品全部参数修改为-1

parent e4dbc2c7
...@@ -318,8 +318,8 @@ export default { ...@@ -318,8 +318,8 @@ export default {
//暗佣金+产品 //暗佣金+产品
darkServantAndProductForm: [ darkServantAndProductForm: [
{ {
productType:0,//商品类型 productType:-1,//商品类型
productAttr: 0,//暗佣 产品属性 productAttr:-1,//暗佣 产品属性
darkCommission: '',//暗佣 佣金 darkCommission: '',//暗佣 佣金
darkCurrency: null,// 暗佣 货币 darkCurrency: null,// 暗佣 货币
darkUnit:undefined,// 暗佣 单位 darkUnit:undefined,// 暗佣 单位
...@@ -406,8 +406,8 @@ export default { ...@@ -406,8 +406,8 @@ export default {
console.log(this.weightList[0].id,'this.weightList[0].id'); console.log(this.weightList[0].id,'this.weightList[0].id');
this.$set(this.darkServantAndProductForm, 0, this.$set(this.darkServantAndProductForm, 0,
{ {
productType: 0,//商品类型 productType: -1,//商品类型
productAttr: 0,//暗佣 产品属性 productAttr: -1,//暗佣 产品属性
darkCommission: '',//暗佣 佣金 darkCommission: '',//暗佣 佣金
darkCurrency: parseInt(this.currencyList[0].id),// 暗佣 货币 darkCurrency: parseInt(this.currencyList[0].id),// 暗佣 货币
darkUnit: parseInt(this.weightList[0].id),// 暗佣 单位 darkUnit: parseInt(this.weightList[0].id),// 暗佣 单位
...@@ -522,8 +522,8 @@ export default { ...@@ -522,8 +522,8 @@ export default {
addToFn(val){ addToFn(val){
if(val === 1){ if(val === 1){
this.darkServantAndProductForm.push({ this.darkServantAndProductForm.push({
productType:0,//商品类型 productType:-1,//商品类型
productAttr:0,//暗佣 产品属性 productAttr:-1,//暗佣 产品属性
darkCommission: '',//暗佣 佣金 darkCommission: '',//暗佣 佣金
darkCurrency: parseInt(this.currencyList[0].id),// 暗佣 货币 darkCurrency: parseInt(this.currencyList[0].id),// 暗佣 货币
darkUnit:this.darkServantAndProductForm[0].darkUnit,// 暗佣 单位 darkUnit:this.darkServantAndProductForm[0].darkUnit,// 暗佣 单位
...@@ -599,7 +599,7 @@ export default { ...@@ -599,7 +599,7 @@ export default {
commodityList().then(res => { commodityList().then(res => {
this.commodity = res.data this.commodity = res.data
if(this.$route.params.dictId == 0 || (this.form.type == 2 && this.form.darkReturnType != 1)){ if(this.$route.params.dictId == 0 || (this.form.type == 2 && this.form.darkReturnType != 1)){
this.darkServantAndProductForm.forEach(item=>{item.productType = 0}) this.darkServantAndProductForm.forEach(item=>{item.productType = -1})
} }
}) })
}, },
......
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