退料接收按钮恢复

This commit is contained in:
FrancisHu 2024-07-30 09:14:07 +08:00
parent 10bf893ff4
commit 041fcbd788
2 changed files with 9 additions and 0 deletions

View File

@ -670,6 +670,10 @@ export default {
unitList: [], unitList: [],
proList: [], proList: [],
taskStatusList: [ taskStatusList: [
{
name: '退料已提交',
id: '38',
},
{ {
name: '退料核查中', name: '退料核查中',
id: '39', id: '39',

View File

@ -225,6 +225,7 @@
icon="el-icon-d-arrow-right" icon="el-icon-d-arrow-right"
v-hasPermi="['return:receive:handler']" v-hasPermi="['return:receive:handler']"
v-if=" v-if="
scope.row.taskStatus == 38 ||
scope.row.taskStatus == 39 scope.row.taskStatus == 39
" "
> >
@ -324,6 +325,10 @@ export default {
unitList: [], unitList: [],
proList: [], proList: [],
taskStatusList: [ taskStatusList: [
{
name: '退料已提交',
id: '38',
},
{ {
name: '退料核查中', name: '退料核查中',
id: '39', id: '39',