Commit 71035eef by 宋毅

update

parent 182cc0c9
......@@ -655,12 +655,17 @@
});
},
goSelftmreg(index, row){
let channelItemCode="";
if(row.itemCode=="zzsbzc" && row.itemName=="京东云PLUS商标自助申请"){
channelItemCode="FW_GOODS-582206-1";
}
this.$router.push({
path: `/${this.$root.channelName}/selftmreg`,
query: {
channelUserId: this.$route.query.channelUserId,
deliveryOrderNo: row.deliveryOrderNo,
channelOrderNo: row.channelServiceNo,
channelItemCode: channelItemCode,
dqPath: '/jdindentlist',
dqName: '订单列表'
}
......
......@@ -741,12 +741,17 @@
});
},
goSelftmreg(index, row){
let channelItemCode="";
if(row.itemCode=="zzsbzc" && row.itemName=="京东云PLUS商标自助申请"){
channelItemCode="FW_GOODS-582206-1";
}
this.$router.push({
path: `/${this.$root.channelName}/selftmreg`,
query: {
channelUserId: this.$route.query.channelUserId,
deliveryOrderNo: row.deliveryOrderNo,
channelOrderNo: row.channelServiceNo,
channelItemCode: channelItemCode,
dqPath: '/jdindentlist',
dqName: '订单列表'
}
......
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