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"
>
-
+
解绑
diff --git a/sgzb-ui/src/views/warehouseManage/machinery/type/index.vue b/sgzb-ui/src/views/warehouseManage/machinery/type/index.vue
index 662a6b9b..af7e8f71 100644
--- a/sgzb-ui/src/views/warehouseManage/machinery/type/index.vue
+++ b/sgzb-ui/src/views/warehouseManage/machinery/type/index.vue
@@ -1008,6 +1008,7 @@ export default {
handleNodeClick(data) {
console.log('🚀 ~ handleNodeClick ~ data:', data)
this.queryParams.typeId = data.id
+ this.form.companyId = data.companyId
this.handleQuery()
},
// 取消按钮
@@ -1075,6 +1076,7 @@ export default {
} else {
this.field101fileList = []
}
+ this.form.companyId = response.data.companyId
this.imageUrl = this.form.photoUrl
this.open = true
@@ -1232,7 +1234,7 @@ export default {
treeChange(val) {
console.log(val, '树节点')
- this.form.companyId = val.companyId
+ // this.form.companyId = val.companyId
},
// 详情
handleDetails(row) {
diff --git a/sgzb-ui/src/views/warehouseManage/newPurchase/partsAcceptance/component/addParts.vue b/sgzb-ui/src/views/warehouseManage/newPurchase/partsAcceptance/component/addParts.vue
index 06246109..f0fc7605 100644
--- a/sgzb-ui/src/views/warehouseManage/newPurchase/partsAcceptance/component/addParts.vue
+++ b/sgzb-ui/src/views/warehouseManage/newPurchase/partsAcceptance/component/addParts.vue
@@ -125,7 +125,7 @@
plain
icon="el-icon-plus"
size="mini"
- v-if="isAccept"
+ v-show="isAccept"
:disabled="multiple"
@click="handleListCheck"
v-hasPermi="['newPurchase:parts:notice:accept:batch']"
@@ -251,7 +251,7 @@
size="mini"
type="text"
icon="el-icon-edit"
- v-if="isAccept && scope.row.status == 0"
+ v-show="isAccept && scope.row.status == 0"
@click="handleCheck(scope.row)"
v-hasPermi="['newPurchase:parts:notice:accept']"
>验收编辑验收删除审核编辑
@@ -191,7 +191,7 @@
type="text"
icon="el-icon-circle-check"
style="color: #e6a23c"
- v-if="
+ v-show="
scope.row.purchasingStatus == '待通知' ||
scope.row.purchasingStatus == '待验收'
"
@@ -203,7 +203,7 @@
type="text"
icon="el-icon-edit-outline"
style="color: #67c23a"
- v-if="
+ v-show="
scope.row.purchasingStatus == '验收合格' &&
scope.row.manageType != '1'
"
@@ -239,7 +239,7 @@
type="text"
style="color: #f56c6c"
icon="el-icon-delete"
- v-if="
+ v-show="
scope.row.purchasingStatus == '待通知' ||
scope.row.purchasingStatus == '验收未通过' ||
scope.row.purchasingStatus ==
diff --git a/sgzb-ui/src/views/warehouseManage/warehousing/newParts/index.vue b/sgzb-ui/src/views/warehouseManage/warehousing/newParts/index.vue
index 4b579f72..f9316acd 100644
--- a/sgzb-ui/src/views/warehouseManage/warehousing/newParts/index.vue
+++ b/sgzb-ui/src/views/warehouseManage/warehousing/newParts/index.vue
@@ -200,7 +200,7 @@
type="primary"
icon="el-icon-edit"
@click="handleUpdate(scope.row)"
- v-if="scope.row.taskStatus == 69"
+ v-show="scope.row.taskStatus == 69"
v-hasPermi="['warehousing:newParts:auditing']"
>
审核
@@ -209,7 +209,7 @@
size="mini"
type="info"
icon="el-icon-edit"
- v-if="scope.row.taskStatus == 70"
+ v-show="scope.row.taskStatus == 70"
@click="handlePrint(scope.row)"
v-hasPermi="['warehousing:newParts:list']"
>
diff --git a/sgzb-ui/src/views/warehouseManage/warehousing/newTools/index.vue b/sgzb-ui/src/views/warehouseManage/warehousing/newTools/index.vue
index bdafdf88..8eed2dea 100644
--- a/sgzb-ui/src/views/warehouseManage/warehousing/newTools/index.vue
+++ b/sgzb-ui/src/views/warehouseManage/warehousing/newTools/index.vue
@@ -196,7 +196,7 @@
style="color: #e6a23c"
type="text"
icon="el-icon-finished"
- v-if="scope.row.taskStatus == '105'"
+ v-show="scope.row.taskStatus == '105'"
@click="handleUpdate(scope.row)"
v-hasPermi="['warehousing:newTools:auditing']"
>审核审核