diff --git a/sgzb-ui/src/views/claimAndRefund/receive/receiveExamine.vue b/sgzb-ui/src/views/claimAndRefund/receive/receiveExamine.vue index a6a5e1b2..53ac1c1c 100644 --- a/sgzb-ui/src/views/claimAndRefund/receive/receiveExamine.vue +++ b/sgzb-ui/src/views/claimAndRefund/receive/receiveExamine.vue @@ -214,35 +214,35 @@ 确 定 确 定 确 定 确 定 确 定 @@ -267,35 +267,35 @@ 确 定 确 定 确 定 确 定 确 定 diff --git a/sgzb-ui/src/views/claimAndRefund/receive/receiveManage.vue b/sgzb-ui/src/views/claimAndRefund/receive/receiveManage.vue index 7f951336..782585c2 100644 --- a/sgzb-ui/src/views/claimAndRefund/receive/receiveManage.vue +++ b/sgzb-ui/src/views/claimAndRefund/receive/receiveManage.vue @@ -210,7 +210,7 @@ type="primary" @click="handleExamine(scope.row)" v-hasPermi="['receive:examine:fgs']" - v-if=" + v-show=" Number(scope.row.examineStatusId) == 30 && scope.row.deptId == currentDeptId " @@ -221,7 +221,7 @@ type="primary" @click="handleExamine(scope.row)" v-hasPermi="['receive:examine:sgb']" - v-if=" + v-show=" Number(scope.row.examineStatusId) == 31 && (scope.row.leaseApplyInfoList[0].status == '0' || scope.row.leaseApplyInfoList[0].status == '7' || @@ -235,7 +235,7 @@ type="primary" @click="handleExamine(scope.row)" v-hasPermi="['receive:examine:ajb']" - v-if=" + v-show=" Number(scope.row.examineStatusId) == 31 && (scope.row.leaseApplyInfoList[0].status == '0' || scope.row.leaseApplyInfoList[0].status == '5' || @@ -249,7 +249,7 @@ type="primary" @click="handleExamine(scope.row, 'jjfgs')" v-hasPermi="['receive:examine:nbry-jjfgs']" - v-if=" + v-show=" Number(scope.row.examineStatusId) == 32 && (scope.row.leaseApplyInfoList[0].status == '5' || scope.row.leaseApplyInfoList[0].status == '7' || @@ -263,7 +263,7 @@ type="primary" @click="handleExamine(scope.row, 'sbfgs')" v-hasPermi="['receive:examine:nbry-sbfgs']" - v-if=" + v-show=" Number(scope.row.examineStatusId) == 32 && (scope.row.leaseApplyInfoList[0].status == '5' || scope.row.leaseApplyInfoList[0].status == '7' || diff --git a/sgzb-ui/src/views/claimAndRefund/receive/receiveOut.vue b/sgzb-ui/src/views/claimAndRefund/receive/receiveOut.vue index d3341b7f..46180c8f 100644 --- a/sgzb-ui/src/views/claimAndRefund/receive/receiveOut.vue +++ b/sgzb-ui/src/views/claimAndRefund/receive/receiveOut.vue @@ -164,7 +164,7 @@ diff --git a/sgzb-ui/src/views/claimAndRefund/receiveByCq/receiveExamineByCq.vue b/sgzb-ui/src/views/claimAndRefund/receiveByCq/receiveExamineByCq.vue index b15c36ef..2cc3adc9 100644 --- a/sgzb-ui/src/views/claimAndRefund/receiveByCq/receiveExamineByCq.vue +++ b/sgzb-ui/src/views/claimAndRefund/receiveByCq/receiveExamineByCq.vue @@ -123,9 +123,9 @@ v-model="queryParams.companyAuditRemarks"> @@ -135,9 +135,9 @@ v-model="queryParams.companyAuditRemarks"> diff --git a/sgzb-ui/src/views/claimAndRefund/receiveByCq/receiveManage.vue b/sgzb-ui/src/views/claimAndRefund/receiveByCq/receiveManage.vue index 95e1d34a..09f6b5f1 100644 --- a/sgzb-ui/src/views/claimAndRefund/receiveByCq/receiveManage.vue +++ b/sgzb-ui/src/views/claimAndRefund/receiveByCq/receiveManage.vue @@ -232,7 +232,7 @@ type="primary" @click="handleExamine(scope.row)" v-hasPermi="['receive:examine:fgs']" - v-if=" + v-show=" Number(scope.row.examineStatusId) == 31 || Number(scope.row.examineStatusId) == 117 " @@ -243,7 +243,7 @@ type="primary" @click="handleExamine(scope.row)" v-hasPermi="['receive:examine:nbs']" - v-if="Number(scope.row.examineStatusId) == 32" + v-show="Number(scope.row.examineStatusId) == 32" >审批 diff --git a/sgzb-ui/src/views/claimAndRefund/return/returnExamine.vue b/sgzb-ui/src/views/claimAndRefund/return/returnExamine.vue index cbe6b332..789f211f 100644 --- a/sgzb-ui/src/views/claimAndRefund/return/returnExamine.vue +++ b/sgzb-ui/src/views/claimAndRefund/return/returnExamine.vue @@ -282,7 +282,7 @@ size="medium" type="text" icon="el-icon-edit" - v-if="scope.row.applyStatus == '0'" + v-show="scope.row.applyStatus == '0'" v-hasPermi="['return:auditing']" @click="handleUpdate(scope.row, 'update')" > diff --git a/sgzb-ui/src/views/claimAndRefund/return/returnIn.vue b/sgzb-ui/src/views/claimAndRefund/return/returnIn.vue index 3f612dde..bc17270e 100644 --- a/sgzb-ui/src/views/claimAndRefund/return/returnIn.vue +++ b/sgzb-ui/src/views/claimAndRefund/return/returnIn.vue @@ -221,7 +221,7 @@ @click="handleReturn(scope.row, 'see')" icon="el-icon-d-arrow-right" v-hasPermi="['return:btn']" - v-if="scope.row.taskStatus != '40'" + v-show="scope.row.taskStatus != '40'" > 退料 diff --git a/sgzb-ui/src/views/claimAndreturn/picking/apply/component/home.vue b/sgzb-ui/src/views/claimAndreturn/picking/apply/component/home.vue index 299a1756..44360e29 100644 --- a/sgzb-ui/src/views/claimAndreturn/picking/apply/component/home.vue +++ b/sgzb-ui/src/views/claimAndreturn/picking/apply/component/home.vue @@ -308,14 +308,14 @@ 编辑 @@ -179,7 +179,6 @@ style="color: #67c23a" icon="el-icon-tickets" @click="handleOutboundOrder(row)" - v-if="row.taskStatus == 35" > 出库单 @@ -554,7 +553,7 @@ @closeDialogOuter="closeDialogOuter" >