Compare commits

...

5 Commits

Author SHA1 Message Date
liang.chao 9a47a636ab Merge branch 'dev' into test-sso
# Conflicts:
#	sgzb-ui/vue.config.js
2024-01-29 17:15:36 +08:00
zhouzy062 3b67f59f88 Merge branch 'dev' of http://192.168.0.56:3000/bonus/devicesmgt into dev 2024-01-29 17:08:44 +08:00
zhouzy062 9352a18f75 前端问题修改1.29 2024-01-29 17:08:39 +08:00
bns_han 9e133cacc4 功能完善 2024-01-29 16:51:39 +08:00
bns_han 173a44055f 功能完善 2024-01-29 16:01:02 +08:00
4 changed files with 20 additions and 7 deletions

View File

@ -638,7 +638,8 @@
bcd.back_num as backNum,
bcd.parent_id as parentId,
bcd.create_by as createBy,
bcd.ma_id as maId
bcd.ma_id as maId,
bai.company_id as companyId
FROM
back_check_details bcd
LEFT JOIN back_apply_info bai on bai.id=bcd.parent_id
@ -658,7 +659,8 @@
bcd.back_num as backNum,
bcd.parent_id as parentId,
bcd.create_by as createBy,
bcd.ma_id as maId
bcd.ma_id as maId,
bai.company_id as companyId
FROM
back_check_details bcd
LEFT JOIN back_apply_info bai on bai.id=bcd.parent_id
@ -677,7 +679,8 @@
bcd.back_num as backNum,
bcd.parent_id as parentId,
bcd.create_by as createBy,
bcd.ma_id as maId
bcd.ma_id as maId,
bai.company_id as companyId
FROM
back_check_details bcd
LEFT JOIN back_apply_info bai on bai.id=bcd.parent_id

View File

@ -236,10 +236,20 @@
<el-button
type="text"
style="color: #67c23a"
v-else-if="scope.row.taskStatus == '38'"
v-if="scope.row.taskStatus == '38'"
>
已审核
</el-button>
<el-button type="text" v-if="scope.row.taskStatus == '39'">
退料核查
</el-button>
<el-button
type="text"
style="color: #67c23a"
v-if="scope.row.taskStatus == '40'"
>
退料完成
</el-button>
</template>
</el-table-column>
<el-table-column

View File

@ -229,7 +229,7 @@
size="mini"
type="warning"
icon="el-icon-edit"
:disabled="scope.row.repairStatusCode !== '43'"
:disabled="scope.row.repairStatusCode == '44'"
@click="handleUpdate(scope.row, 'update')"
>维修</el-button
>
@ -256,7 +256,7 @@
<!-- 维修对话框 -->
<el-dialog
:visible.sync="open"
width="1600px"
width="1650px"
append-to-body
:before-close="onClose"
>

View File

@ -124,7 +124,7 @@
</template>
</el-table-column>
<el-table-column label="操作" align="center" class-name="small-padding fixed-width">
<el-table-column label="操作" align="center" class-name="small-padding fixed-width" width="200">
<template slot-scope="scope">
<el-button
size="mini"