Admin
2022-10-11 8c84adf2d3cd83d0c5f8ee77d3fb615ae9a02ba7
Default Changelist
已修改8个文件
56 ■■■■■ 文件已修改
src/views/specialWorkSystem/workTicket/apply/components/broken.vue 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/specialWorkSystem/workTicket/apply/components/fire.vue 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/specialWorkSystem/workTicket/apply/components/ground.vue 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/specialWorkSystem/workTicket/apply/components/height.vue 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/specialWorkSystem/workTicket/apply/components/hoist.vue 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/specialWorkSystem/workTicket/apply/components/plate.vue 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/specialWorkSystem/workTicket/apply/components/power.vue 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/specialWorkSystem/workTicket/apply/components/space.vue 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/specialWorkSystem/workTicket/apply/components/broken.vue
@@ -471,6 +471,7 @@
                    const data = {workType: 5,workLevel: null}
                    const res = await workApplyApi().getMaterial(data)
                    if (res.data.code === '200') {
                        if(res.data.data.materialTypeList && res.data.data.materialTypeList!=null&&res.data.data.materialTypeList.length>0){
                        state.materialList = JSON.parse(JSON.stringify(res.data.data.materialTypeList))
                        for(let i in state.materialList){
                            state.materialList[i].mustList = []
@@ -509,6 +510,12 @@
                    } else {
                        ElMessage({
                            type: 'warning',
                                message: '暂时查询不到物资标准信息'
                            });
                        }
                    } else {
                        ElMessage({
                            type: 'warning',
                            message: res.data.msg
                        });
                    }
src/views/specialWorkSystem/workTicket/apply/components/fire.vue
@@ -335,6 +335,7 @@
                    const data = {workType: 1,workLevel: state.form.workLevel}
                    const res = await workApplyApi().getMaterial(data)
                    if (res.data.code === '200') {
                        if(res.data.data.materialTypeList && res.data.data.materialTypeList!=null&&res.data.data.materialTypeList.length>0){
                        state.materialList = JSON.parse(JSON.stringify(res.data.data.materialTypeList))
                        for(let i in state.materialList){
                            state.materialList[i].mustList = []
@@ -373,6 +374,12 @@
                    } else {
                        ElMessage({
                            type: 'warning',
                                message: '暂时查询不到物资标准信息'
                            });
                        }
                    } else {
                        ElMessage({
                            type: 'warning',
                            message: res.data.msg
                        });
                    }
src/views/specialWorkSystem/workTicket/apply/components/ground.vue
@@ -501,6 +501,7 @@
                    const data = {workType: 4,workLevel: null}
                    const res = await workApplyApi().getMaterial(data)
                    if (res.data.code === '200') {
                        if(res.data.data.materialTypeList && res.data.data.materialTypeList!=null&&res.data.data.materialTypeList.length>0){
                        state.materialList = JSON.parse(JSON.stringify(res.data.data.materialTypeList))
                        for(let i in state.materialList){
                            state.materialList[i].mustList = []
@@ -539,6 +540,12 @@
                    } else {
                        ElMessage({
                            type: 'warning',
                                message: '暂时查询不到物资标准信息'
                            });
                        }
                    } else {
                        ElMessage({
                            type: 'warning',
                            message: res.data.msg
                        });
                    }
src/views/specialWorkSystem/workTicket/apply/components/height.vue
@@ -392,6 +392,7 @@
                    const data = {workType: 6,workLevel: state.form.workLevel}
                    const res = await workApplyApi().getMaterial(data)
                    if (res.data.code === '200') {
                        if(res.data.data.materialTypeList && res.data.data.materialTypeList!=null&&res.data.data.materialTypeList.length>0){
                        state.materialList = JSON.parse(JSON.stringify(res.data.data.materialTypeList))
                        for(let i in state.materialList){
                            state.materialList[i].mustList = []
@@ -430,6 +431,12 @@
                    } else {
                        ElMessage({
                            type: 'warning',
                                message: '暂时查询不到物资标准信息'
                            });
                        }
                    } else {
                        ElMessage({
                            type: 'warning',
                            message: res.data.msg
                        });
                    }
src/views/specialWorkSystem/workTicket/apply/components/hoist.vue
@@ -290,6 +290,7 @@
                    const data = {workType: 3,workLevel: state.form.workLevel}
                    const res = await workApplyApi().getMaterial(data)
                    if (res.data.code === '200') {
                        if(res.data.data.materialTypeList && res.data.data.materialTypeList!=null&&res.data.data.materialTypeList.length>0){
                        state.materialList = JSON.parse(JSON.stringify(res.data.data.materialTypeList))
                        for(let i in state.materialList){
                            state.materialList[i].mustList = []
@@ -328,6 +329,12 @@
                    } else {
                        ElMessage({
                            type: 'warning',
                                message: '暂时查询不到物资标准信息'
                            });
                        }
                    } else {
                        ElMessage({
                            type: 'warning',
                            message: res.data.msg
                        });
                    }
src/views/specialWorkSystem/workTicket/apply/components/plate.vue
@@ -594,6 +594,7 @@
                    const data = {workType: 8,workLevel: state.form.workLevel}
                    const res = await workApplyApi().getMaterial(data)
                    if (res.data.code === '200') {
                        if(res.data.data.materialTypeList && res.data.data.materialTypeList!=null&&res.data.data.materialTypeList.length>0){
                        state.materialList = JSON.parse(JSON.stringify(res.data.data.materialTypeList))
                        for(let i in state.materialList){
                            state.materialList[i].mustList = []
@@ -632,6 +633,12 @@
                    } else {
                        ElMessage({
                            type: 'warning',
                                message: '暂时查询不到物资标准信息'
                            });
                        }
                    } else {
                        ElMessage({
                            type: 'warning',
                            message: res.data.msg
                        });
                    }
src/views/specialWorkSystem/workTicket/apply/components/power.vue
@@ -289,6 +289,7 @@
                    const data = {workType: 7,workLevel: null}
                    const res = await workApplyApi().getMaterial(data)
                    if (res.data.code === '200') {
                        if(res.data.data.materialTypeList && res.data.data.materialTypeList!=null&&res.data.data.materialTypeList.length>0){
                        state.materialList = JSON.parse(JSON.stringify(res.data.data.materialTypeList))
                        for(let i in state.materialList){
                            state.materialList[i].mustList = []
@@ -327,6 +328,12 @@
                    } else {
                        ElMessage({
                            type: 'warning',
                                message: '暂时查询不到物资标准信息'
                            });
                        }
                    } else {
                        ElMessage({
                            type: 'warning',
                            message: res.data.msg
                        });
                    }
src/views/specialWorkSystem/workTicket/apply/components/space.vue
@@ -358,6 +358,7 @@
                    const data = {workType: 2,workLevel: null}
                    const res = await workApplyApi().getMaterial(data)
                    if (res.data.code === '200') {
                        if(res.data.data.materialTypeList && res.data.data.materialTypeList!=null&&res.data.data.materialTypeList.length>0){
                        state.materialList = JSON.parse(JSON.stringify(res.data.data.materialTypeList))
                        for(let i in state.materialList){
                            state.materialList[i].mustList = []
@@ -396,6 +397,12 @@
                    } else {
                        ElMessage({
                            type: 'warning',
                                message: '暂时查询不到物资标准信息'
                            });
                        }
                    } else {
                        ElMessage({
                            type: 'warning',
                            message: res.data.msg
                        });
                    }