|
@@ -157,7 +157,7 @@ export default {
|
|
|
width: '200px',
|
|
|
dataIndex: 'applyTime'
|
|
|
},
|
|
|
- /*{
|
|
|
+ /* {
|
|
|
title: '紧急等级',
|
|
|
checked: true,
|
|
|
width: '200px',
|
|
@@ -173,7 +173,7 @@ export default {
|
|
|
customRender: (text, record, index) => {
|
|
|
return this.BaseTool.Object.getField(this.needStopMap, text)
|
|
|
}
|
|
|
- },*/
|
|
|
+ }, */
|
|
|
{
|
|
|
title: '报修状态',
|
|
|
checked: true,
|
|
@@ -237,6 +237,11 @@ export default {
|
|
|
this.statusMap = this.DictCache.getLabelByValueMapByType(this.DictCache.TYPE.REPAIR_APPLICATION_FORM_STATUS)
|
|
|
this.needStopMap = this.DictCache.getLabelByValueMapByType(this.DictCache.TYPE.YES_NO)
|
|
|
|
|
|
+ // 获取浏览器的请求参数:报修单编号:no
|
|
|
+ const no = this.$route.query.no
|
|
|
+ if (no != null) {
|
|
|
+ this.queryParam.no = no
|
|
|
+ }
|
|
|
this.tableOption()
|
|
|
},
|
|
|
methods: {
|