|
@@ -775,10 +775,17 @@ export default {
|
|
|
break;
|
|
|
}
|
|
|
case "FYBG": {
|
|
|
- this.$router.push({
|
|
|
- path: "/business/costModify",
|
|
|
- query: { id: row.billId }
|
|
|
- });
|
|
|
+ if (Cookies.get("sysType") == 1) {
|
|
|
+ this.$router.push({
|
|
|
+ path: "/business/costModify",
|
|
|
+ query: { id: row.billId }
|
|
|
+ });
|
|
|
+ } else if (Cookies.get("sysType") == 3) {
|
|
|
+ this.$router.push({
|
|
|
+ path: "/domesticTrade/costModify",
|
|
|
+ query: { id: row.billId }
|
|
|
+ })
|
|
|
+ }
|
|
|
break;
|
|
|
}
|
|
|
case "SJRK": {
|