Commit 71035eef by 宋毅

update

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