Commit 0f9b79fc authored by youjie's avatar youjie

no message

parent b1f3dd5b
...@@ -169,7 +169,7 @@ ...@@ -169,7 +169,7 @@
<td>{{item.OutBranchName?item.OutBranchName:'-'}}</td> <td>{{item.OutBranchName?item.OutBranchName:'-'}}</td>
<td>{{item.OrderTypeName}}</td> <td>{{item.OrderTypeName}}</td>
<td> <td>
<span class="cursor-p" :style="{'color': !disabled?'#409EFF':''}" @click="clickUrl(item)">{{item.TCID}}</span> <span class="cursor-p" :style="{'color': !disabled?'#409EFF':''}" @click="!disabled?clickUrl(item):''">{{item.TCID}}</span>
</td> </td>
<td><span class="cursor-p" :style="{'color': !disabled?'#409EFF':''}" v-if="item.TCNUM" <td><span class="cursor-p" :style="{'color': !disabled?'#409EFF':''}" v-if="item.TCNUM"
@click="!disabled?goTuanDetails(item):''">{{item.TCNUM}}</span></td> @click="!disabled?goTuanDetails(item):''">{{item.TCNUM}}</span></td>
...@@ -351,6 +351,14 @@ ...@@ -351,6 +351,14 @@
}); });
}, },
clickUrl(row){ clickUrl(row){
this.$router.push({
name: 'erpCustomerOrderDayOP',
query: {
blank: 'y',
OrderId: row.TCID
}
});
return
let name = '' let name = ''
if (row.OrderType == 5) {//签证 if (row.OrderType == 5) {//签证
if (this.S_CheckBranchOrder || this.S_CheckAllOrder) { if (this.S_CheckBranchOrder || this.S_CheckAllOrder) {
......
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