|
|
@@ -1722,10 +1722,10 @@ export default {
|
|
|
}
|
|
|
if (row.SupplierTypeCode === '01') { // 物资类
|
|
|
this.$router.push('/oilsupplier/supplier/' + row.Id + '/goodsedit?certid=' + row.CertId + '&showcy=true')
|
|
|
- } else if (row.SupplierTypeCode === '02') { // 服务类
|
|
|
- this.$router.push('/oilsupplier/supplier/' + row.Id + '/techedit?certid=' + row.CertId + '&showcy=true')
|
|
|
- } else if (row.SupplierTypeCode === '03') { // 物资类
|
|
|
+ } else if (row.SupplierTypeCode === '02') { // 基建类
|
|
|
this.$router.push('/oilsupplier/supplier/' + row.Id + '/basisedit?certid=' + row.CertId + '&showcy=true')
|
|
|
+ } else if (row.SupplierTypeCode === '03') { // 服务类
|
|
|
+ this.$router.push('/oilsupplier/supplier/' + row.Id + '/techedit?certid=' + row.CertId + '&showcy=true')
|
|
|
}
|
|
|
},
|
|
|
GetorgOptions () {
|