|
@@ -193,7 +193,7 @@
|
|
|
workOrderStatus != 20 &&
|
|
workOrderStatus != 20 &&
|
|
|
curPlanStatus != 30 &&
|
|
curPlanStatus != 30 &&
|
|
|
row.progressType == '30' &&
|
|
row.progressType == '30' &&
|
|
|
- userId == 1037
|
|
|
|
|
|
|
+ userId == saleId
|
|
|
"
|
|
"
|
|
|
type="text"
|
|
type="text"
|
|
|
@click="handleStartInstallWork(row)">
|
|
@click="handleStartInstallWork(row)">
|
|
@@ -201,12 +201,7 @@
|
|
|
</el-button>
|
|
</el-button>
|
|
|
<!-- 安装人员确认安装时间 -->
|
|
<!-- 安装人员确认安装时间 -->
|
|
|
<el-button
|
|
<el-button
|
|
|
- v-if="
|
|
|
|
|
- row.progressStatus == 20 &&
|
|
|
|
|
- row.deliverStatus == '15' &&
|
|
|
|
|
- row.progressType == '30' &&
|
|
|
|
|
- userId == row.principalPersonId
|
|
|
|
|
- "
|
|
|
|
|
|
|
+ v-if="row.progressStatus == 15 && row.progressType == '30' && userId == row.principalPersonId"
|
|
|
type="text"
|
|
type="text"
|
|
|
@click="confirmInstallInfo(row)">
|
|
@click="confirmInstallInfo(row)">
|
|
|
确认安装时间
|
|
确认安装时间
|
|
@@ -256,7 +251,7 @@
|
|
|
<el-button
|
|
<el-button
|
|
|
v-if="
|
|
v-if="
|
|
|
row.progressStatus == 20 &&
|
|
row.progressStatus == 20 &&
|
|
|
- row.deliverStatus == '50' &&
|
|
|
|
|
|
|
+ row.deliverStatus == '60' &&
|
|
|
row.progressType == '10' &&
|
|
row.progressType == '10' &&
|
|
|
userId == row.principalPersonId
|
|
userId == row.principalPersonId
|
|
|
"
|
|
"
|
|
@@ -283,7 +278,7 @@
|
|
|
</el-button>
|
|
</el-button>
|
|
|
<!-- 部署安装任务审核 -->
|
|
<!-- 部署安装任务审核 -->
|
|
|
<el-button
|
|
<el-button
|
|
|
- v-show="row.progressStatus == 30 && row.progressType == '30' && row.deliverStatus == '60'"
|
|
|
|
|
|
|
+ v-show="row.progressStatus == 30 && row.progressType == '30'"
|
|
|
v-permissions="['order:delivery:work:auditinstall']"
|
|
v-permissions="['order:delivery:work:auditinstall']"
|
|
|
type="text"
|
|
type="text"
|
|
|
@click="auditInstall(row)">
|
|
@click="auditInstall(row)">
|
|
@@ -373,8 +368,10 @@
|
|
|
},
|
|
},
|
|
|
progressStatusObj: {
|
|
progressStatusObj: {
|
|
|
10: '未开始',
|
|
10: '未开始',
|
|
|
|
|
+ 15: '待确认',
|
|
|
20: '进行中',
|
|
20: '进行中',
|
|
|
30: '已完成',
|
|
30: '已完成',
|
|
|
|
|
+ 40: '安装审批通过',
|
|
|
},
|
|
},
|
|
|
progressLevelOptions: {
|
|
progressLevelOptions: {
|
|
|
10: '最高',
|
|
10: '最高',
|