feat: 0521 优化

演示数据2.0
chenhc 11 months ago
parent fc6c10fac0
commit cdf674f190

@ -29,7 +29,7 @@
<el-table :data="list" @row-click="rowClick" v-loading="loading" click-row-light> <el-table :data="list" @row-click="rowClick" v-loading="loading" click-row-light>
<el-table-column label="序号" width="50" type="index"/> <el-table-column label="序号" width="50" type="index"/>
<!-- <el-table-column label="任务id" width="150" prop="taskId"/>--> <el-table-column label="任务单号" width="150" prop="taskBillNo"/>
<el-table-column label="任务名称" width="150" prop="name"/> <el-table-column label="任务名称" width="150" prop="name"/>
<el-table-column label="计划名称" width="150" prop="planName"/> <el-table-column label="计划名称" width="150" prop="planName"/>
<el-table-column label="系统生成" width="80" prop="sysFlag"> <el-table-column label="系统生成" width="80" prop="sysFlag">

@ -29,7 +29,7 @@
<el-table :data="list" @row-click="rowClick" v-loading="loading" click-row-light> <el-table :data="list" @row-click="rowClick" v-loading="loading" click-row-light>
<el-table-column label="序号" width="50" type="index"/> <el-table-column label="序号" width="50" type="index"/>
<el-table-column label="任务id" width="150" prop="taskId"/> <el-table-column label="任务单号" width="150" prop="taskBillNo"/>
<el-table-column label="任务名称" width="150" prop="name"/> <el-table-column label="任务名称" width="150" prop="name"/>
<el-table-column label="计划名称" width="150" prop="planName"/> <el-table-column label="计划名称" width="150" prop="planName"/>
<el-table-column label="系统生成" width="80" prop="sysFlag"> <el-table-column label="系统生成" width="80" prop="sysFlag">

@ -37,6 +37,7 @@
<el-table :data="list" @row-click="rowClick" v-loading="loading" click-row-light <el-table :data="list" @row-click="rowClick" v-loading="loading" click-row-light
highlight-current-row> highlight-current-row>
<el-table-column label="序号" width="50" type="index"/> <el-table-column label="序号" width="50" type="index"/>
<el-table-column label="计划单号" width="150" prop="planBillNo"/>
<el-table-column label="计划名称" width="150" prop="name"/> <el-table-column label="计划名称" width="150" prop="name"/>
<el-table-column label="负责部门" width="120" prop="chargeDeptName"/> <el-table-column label="负责部门" width="120" prop="chargeDeptName"/>
<el-table-column label="设备数量" width="120" prop="deviceCount"/> <el-table-column label="设备数量" width="120" prop="deviceCount"/>

@ -42,7 +42,7 @@
v-loading="loading" highlight-current-row v-loading="loading" highlight-current-row
click-row-light> click-row-light>
<el-table-column label="序号" width="50" type="index"/> <el-table-column label="序号" width="50" type="index"/>
<el-table-column label="维修号" width="150" prop="id"/> <el-table-column label="维修号" width="150" prop="repairBillNo"/>
<el-table-column label="状态" width="150" prop="statusName"> <el-table-column label="状态" width="150" prop="statusName">
<template slot-scope="scope"> <template slot-scope="scope">
<el-tag :type="scope.row.finishFlag?'success':'warning'">{{ <el-tag :type="scope.row.finishFlag?'success':'warning'">{{

@ -46,7 +46,7 @@
v-loading="loading" @row-click="rowClick" highlight-current-row v-loading="loading" @row-click="rowClick" highlight-current-row
click-row-light> click-row-light>
<el-table-column label="序号" width="50" type="index"/> <el-table-column label="序号" width="50" type="index"/>
<el-table-column label="报修号" width="150" prop="id"/> <el-table-column label="报修号" width="150" prop="repairApplyBillNo"/>
<el-table-column label="状态" width="150" prop="statusName"> <el-table-column label="状态" width="150" prop="statusName">
<template slot-scope="scope"> <template slot-scope="scope">
<el-tag :type="deviceRepairApplyStatus[scope.row.status].tagType">{{ scope.row.statusName }}</el-tag> <el-tag :type="deviceRepairApplyStatus[scope.row.status].tagType">{{ scope.row.statusName }}</el-tag>
@ -56,10 +56,10 @@
<el-table-column label="报修人" width="120" prop="applyUserName"/> <el-table-column label="报修人" width="120" prop="applyUserName"/>
<el-table-column label="报修人电话" width="120" prop="applyUserPhone"/> <el-table-column label="报修人电话" width="120" prop="applyUserPhone"/>
<el-table-column label="报修时间" width="140" prop="applyTime"/> <el-table-column label="报修时间" width="140" prop="applyTime"/>
<el-table-column label="受理部门" width="140" prop="confirmDeptName"/> <!-- <el-table-column label="受理部门" width="140" prop="confirmDeptName"/>-->
<el-table-column label="受理人" width="140" prop="confirmUserName"/> <!-- <el-table-column label="受理人" width="140" prop="confirmUserName"/>-->
<el-table-column label="受理人电话" width="140" prop="confirmPhone"/> <!-- <el-table-column label="受理人电话" width="140" prop="confirmPhone"/>-->
<el-table-column label="受理时间" width="140" prop="confirmTime"/> <!-- <el-table-column label="受理时间" width="140" prop="confirmTime"/>-->
<el-table-column label="设备数量" width="100" prop="deviceCount"/> <el-table-column label="设备数量" width="100" prop="deviceCount"/>
<el-table-column label="已完成数量" width="100" prop="finishCount"/> <el-table-column label="已完成数量" width="100" prop="finishCount"/>
<!-- <el-table-column label="操作" fixed="right" width="80">--> <!-- <el-table-column label="操作" fixed="right" width="80">-->

@ -57,7 +57,7 @@
v-loading="loading" @row-click="rowClick" highlight-current-row v-loading="loading" @row-click="rowClick" highlight-current-row
click-row-light> click-row-light>
<el-table-column label="序号" width="50" type="index"/> <el-table-column label="序号" width="50" type="index"/>
<el-table-column label="报修号" width="150" prop="id"/> <el-table-column label="报修号" width="150" prop="repairApplyBillNo"/>
<el-table-column label="状态" width="150" prop="statusName"> <el-table-column label="状态" width="150" prop="statusName">
<template slot-scope="scope"> <template slot-scope="scope">
<el-tag :type="deviceRepairApplyStatus[scope.row.status].tagType">{{ scope.row.statusName }}</el-tag> <el-tag :type="deviceRepairApplyStatus[scope.row.status].tagType">{{ scope.row.statusName }}</el-tag>
@ -67,10 +67,10 @@
<el-table-column label="报修人" width="120" prop="applyUserName"/> <el-table-column label="报修人" width="120" prop="applyUserName"/>
<el-table-column label="报修人电话" width="120" prop="applyUserPhone"/> <el-table-column label="报修人电话" width="120" prop="applyUserPhone"/>
<el-table-column label="报修时间" width="140" prop="applyTime"/> <el-table-column label="报修时间" width="140" prop="applyTime"/>
<el-table-column label="受理部门" width="140" prop="confirmDeptName"/> <!-- <el-table-column label="受理部门" width="140" prop="confirmDeptName"/>-->
<el-table-column label="受理人" width="140" prop="confirmUserName"/> <!-- <el-table-column label="受理人" width="140" prop="confirmUserName"/>-->
<el-table-column label="受理人电话" width="140" prop="confirmPhone"/> <!-- <el-table-column label="受理人电话" width="140" prop="confirmPhone"/>-->
<el-table-column label="受理时间" width="140" prop="confirmTime"/> <!-- <el-table-column label="受理时间" width="140" prop="confirmTime"/>-->
<el-table-column label="设备数量" width="100" prop="deviceCount"/> <el-table-column label="设备数量" width="100" prop="deviceCount"/>
<el-table-column label="已完成数量" width="100" prop="finishCount"/> <el-table-column label="已完成数量" width="100" prop="finishCount"/>
<!-- <el-table-column v-if="tabActive==1" label="操作" fixed="right" width="80">--> <!-- <el-table-column v-if="tabActive==1" label="操作" fixed="right" width="80">-->

@ -49,7 +49,7 @@
v-loading="loading" @row-click="rowClick" highlight-current-row v-loading="loading" @row-click="rowClick" highlight-current-row
click-row-light> click-row-light>
<el-table-column label="序号" width="50" type="index"/> <el-table-column label="序号" width="50" type="index"/>
<el-table-column label="报修号" width="150" prop="id"/> <el-table-column label="报修号" width="150" prop="repairApplyBillNo"/>
<el-table-column label="状态" width="150" prop="statusName"> <el-table-column label="状态" width="150" prop="statusName">
<template slot-scope="scope"> <template slot-scope="scope">
<el-tag :type="deviceRepairApplyStatus[scope.row.status].tagType">{{ scope.row.statusName }}</el-tag> <el-tag :type="deviceRepairApplyStatus[scope.row.status].tagType">{{ scope.row.statusName }}</el-tag>
@ -59,10 +59,10 @@
<el-table-column label="报修人" width="120" prop="applyUserName"/> <el-table-column label="报修人" width="120" prop="applyUserName"/>
<el-table-column label="报修人电话" width="120" prop="applyUserPhone"/> <el-table-column label="报修人电话" width="120" prop="applyUserPhone"/>
<el-table-column label="报修时间" width="140" prop="applyTime"/> <el-table-column label="报修时间" width="140" prop="applyTime"/>
<el-table-column label="受理部门" width="140" prop="confirmDeptName"/> <!-- <el-table-column label="受理部门" width="140" prop="confirmDeptName"/>-->
<el-table-column label="受理人" width="140" prop="confirmUserName"/> <!-- <el-table-column label="受理人" width="140" prop="confirmUserName"/>-->
<el-table-column label="受理人电话" width="140" prop="confirmPhone"/> <!-- <el-table-column label="受理人电话" width="140" prop="confirmPhone"/>-->
<el-table-column label="受理时间" width="140" prop="confirmTime"/> <!-- <el-table-column label="受理时间" width="140" prop="confirmTime"/>-->
<el-table-column label="设备数量" width="100" prop="deviceCount"/> <el-table-column label="设备数量" width="100" prop="deviceCount"/>
<el-table-column label="已完成数量" width="100" prop="finishCount"/> <el-table-column label="已完成数量" width="100" prop="finishCount"/>
v-if="tabActive==1" v-if="tabActive==1"

@ -29,7 +29,7 @@
<el-table :data="list" @row-click="rowClick" v-loading="loading" click-row-light width="100%"> <el-table :data="list" @row-click="rowClick" v-loading="loading" click-row-light width="100%">
<el-table-column label="序号" width="50" type="index"/> <el-table-column label="序号" width="50" type="index"/>
<el-table-column label="保养任务id" width="150" prop="taskId"/> <el-table-column label="任务单号" width="150" prop="taskBillNo"/>
<el-table-column label="任务名称" width="150" prop="name"/> <el-table-column label="任务名称" width="150" prop="name"/>
<el-table-column label="计划名称" width="150" prop="planName"/> <el-table-column label="计划名称" width="150" prop="planName"/>
<el-table-column label="系统生成" width="80" prop="sysFlag"> <el-table-column label="系统生成" width="80" prop="sysFlag">

@ -38,6 +38,7 @@
<el-table :data="list" @row-click="rowClick" v-loading="loading" click-row-light <el-table :data="list" @row-click="rowClick" v-loading="loading" click-row-light
highlight-current-row> highlight-current-row>
<el-table-column label="序号" width="50" type="index"/> <el-table-column label="序号" width="50" type="index"/>
<el-table-column label="计划单号" width="150" prop="planBillNo"/>
<el-table-column label="计划名称" width="150" prop="name"/> <el-table-column label="计划名称" width="150" prop="name"/>
<el-table-column label="负责部门" width="120" prop="chargeDeptName"/> <el-table-column label="负责部门" width="120" prop="chargeDeptName"/>
<el-table-column label="设备数量" width="120" prop="deviceCount"/> <el-table-column label="设备数量" width="120" prop="deviceCount"/>

@ -177,15 +177,15 @@ export default {
if (this.orderSelection == null || this.orderSelection.length <= 0) { if (this.orderSelection == null || this.orderSelection.length <= 0) {
return this.$message.error("请选择打印的明细!"); return this.$message.error("请选择打印的明细!");
} }
let query = {id: 6}; // let query = {id: 5};
verifyTemplateFile(query).then((res) => { // verifyTemplateFile(query).then((res) => {
if (res.code === 20000) { // if (res.code === 20000) {
let printParams = { let printParams = {
deptCode :this.query.deptCode, deptCode :this.query.deptCode,
deviceCode: this.query.deviceCode, deviceCode: this.query.deviceCode,
productName: this.query.productName, productName: this.query.productName,
status: this.query.status, status: this.query.status,
templateId: res.data, templateId: 4,
list: this.orderSelection list: this.orderSelection
}; };
printDev(printParams).then((response) => { printDev(printParams).then((response) => {
@ -199,16 +199,15 @@ export default {
this.loading = false; this.loading = false;
window.open(url);//打开新标签页预览pdf。 window.open(url);//打开新标签页预览pdf。
}) })
} else { // } else {
return this.$message.error(res.message); // return this.$message.error(res.message);
} }).catch((error) => {
}).catch((error) => {
this.loading = false; this.loading = false;
this.$message.error(error.message); this.$message.error(error.message);
}) })
}) // })
.catch(() => { // .catch(() => {
}); // });
}, },
@ -220,11 +219,11 @@ export default {
}) })
.then(() => { .then(() => {
let query = {id: 6}; // let query = {id: 5};
verifyTemplateFile(query).then((res) => { // verifyTemplateFile(query).then((res) => {
if (res.code === 20000) { // if (res.code === 20000) {
let printParams = { let printParams = {
templateId: res.data, templateId: 4,
deptCode :this.query.deptCode, deptCode :this.query.deptCode,
deviceCode: this.query.deviceCode, deviceCode: this.query.deviceCode,
productName: this.query.productName, productName: this.query.productName,
@ -242,18 +241,18 @@ export default {
this.loading = false; this.loading = false;
window.open(url);//打开新标签页预览pdf。 window.open(url);//打开新标签页预览pdf。
}) })
} else { // } else {
this.$message.error(res.message); // this.$message.error(res.message);
return // return
} // }
}).catch((error) => { // }).catch((error) => {
this.loading = false; // this.loading = false;
this.$message.error(error.message); // this.$message.error(error.message);
}) })
}) // })
.catch(() => { // .catch(() => {
}); // });
return; return;
}, },

Loading…
Cancel
Save