5 changed files with 153 additions and 4 deletions
-
10src/router/routes_xm.js
-
47src/views/xm/core/xmTaskWorkload/FinWorkloadToSbillAll.vue
-
46src/views/xm/core/xmTaskWorkload/ToComfirmWorkloadAll.vue
-
47src/views/xm/core/xmTaskWorkload/WaitWorkloadToSbillAll.vue
-
7src/views/xm/core/xmTaskWorkload/XmTaskWorkloadMng.vue
@ -0,0 +1,47 @@ |
|||
<template> |
|||
<section> |
|||
<xm-task-workload-mng :sstatuses="['0','2','3','4']" :wstatuses="['1']" queryScope="all"></xm-task-workload-mng> |
|||
</section> |
|||
</template> |
|||
|
|||
<script> |
|||
import {mapGetters} from "vuex"; |
|||
import XmTaskWorkloadMng from "./XmTaskWorkloadMng"; |
|||
|
|||
export default { |
|||
computed: { |
|||
...mapGetters([ |
|||
'userInfo','roles' |
|||
]), |
|||
}, |
|||
watch: { |
|||
|
|||
}, |
|||
data() { |
|||
return { |
|||
visible:true, |
|||
/**end 自定义属性请在上面加 请加备注**/ |
|||
} |
|||
},//end data |
|||
methods: { |
|||
|
|||
/**end 自定义函数请在上面加**/ |
|||
|
|||
},//end methods |
|||
components: { |
|||
XmTaskWorkloadMng, |
|||
}, |
|||
mounted() { |
|||
this.$nextTick(() => { |
|||
|
|||
}); |
|||
} |
|||
|
|||
|
|||
} |
|||
</script> |
|||
|
|||
<style scoped> |
|||
|
|||
</style> |
|||
|
|||
@ -0,0 +1,46 @@ |
|||
<template> |
|||
<section> |
|||
<xm-task-workload-mng :wstatuses="['0','2']" queryScope="all"></xm-task-workload-mng> |
|||
</section> |
|||
</template> |
|||
|
|||
<script> |
|||
import {mapGetters} from "vuex"; |
|||
import XmTaskWorkloadMng from "./XmTaskWorkloadMng"; |
|||
|
|||
export default { |
|||
computed: { |
|||
...mapGetters([ |
|||
'userInfo','roles' |
|||
]), |
|||
}, |
|||
watch: { |
|||
|
|||
}, |
|||
data() { |
|||
return { |
|||
visible:true, |
|||
/**end 自定义属性请在上面加 请加备注**/ |
|||
} |
|||
},//end data |
|||
methods: { |
|||
|
|||
/**end 自定义函数请在上面加**/ |
|||
|
|||
},//end methods |
|||
components: { |
|||
XmTaskWorkloadMng, |
|||
}, |
|||
mounted() { |
|||
this.$nextTick(() => { |
|||
|
|||
}); |
|||
} |
|||
|
|||
|
|||
} |
|||
</script> |
|||
|
|||
<style scoped> |
|||
|
|||
</style> |
|||
@ -0,0 +1,47 @@ |
|||
<template> |
|||
<section> |
|||
<xm-task-workload-mng :sstatuses="['1']" :wstatuses="['1']" queryScope="all"></xm-task-workload-mng> |
|||
</section> |
|||
</template> |
|||
|
|||
<script> |
|||
import {mapGetters} from "vuex"; |
|||
import XmTaskWorkloadMng from "./XmTaskWorkloadMng"; |
|||
|
|||
export default { |
|||
name: "WaitWorkloadToSbill", |
|||
computed: { |
|||
...mapGetters([ |
|||
'userInfo','roles' |
|||
]), |
|||
}, |
|||
watch: { |
|||
|
|||
}, |
|||
data() { |
|||
return { |
|||
visible:true, |
|||
/**end 自定义属性请在上面加 请加备注**/ |
|||
} |
|||
},//end data |
|||
methods: { |
|||
|
|||
/**end 自定义函数请在上面加**/ |
|||
|
|||
},//end methods |
|||
components: { |
|||
XmTaskWorkloadMng, |
|||
}, |
|||
mounted() { |
|||
this.$nextTick(() => { |
|||
|
|||
}); |
|||
} |
|||
|
|||
|
|||
} |
|||
</script> |
|||
|
|||
<style scoped> |
|||
|
|||
</style> |
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue