|
@@ -124,6 +124,19 @@ export default {
|
|
|
},
|
|
|
operation() {
|
|
|
return this.operationBtn({
|
|
|
+ orderDetails: {
|
|
|
+ click: ({ row, index, column }) => {
|
|
|
+ this.$router.push({
|
|
|
+ name: 'workOrderPool',
|
|
|
+ params: {
|
|
|
+ pageName: row.orderBaseId,
|
|
|
+ pageType: 'detail',
|
|
|
+ pageCode: row.orderBaseId,
|
|
|
+ pagePam: 'workOrderInfo'
|
|
|
+ }
|
|
|
+ })
|
|
|
+ }
|
|
|
+ },
|
|
|
settleAccounts: {
|
|
|
conditions: ({ row, index, column }) => {
|
|
|
return row.status == 'ING'
|