diff --git a/src/views/EquipmentLedger/index.vue b/src/views/EquipmentLedger/index.vue index 1ed670bf..1867998d 100644 --- a/src/views/EquipmentLedger/index.vue +++ b/src/views/EquipmentLedger/index.vue @@ -127,7 +127,7 @@ -
- - - - -
- - - +
+ + + + +
+ + + - - - + + + - - - + + + - - - + + + - - - - - - - - - + + + + + + + + + - - - - - - - - 查询 - - 重置 - -
-
-
- - - - - - - 装备上下架列表 - - - - - 批量下架 - - - - - 添加上架装备 - - - - - + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - + 查询 + + 重置 + + +
+ + - - - - + + -
- -
-
+ + + 装备上下架列表 + + + + + 批量下架 + + - - - - - - - - - - - - - - - 查询 - 重置 - - - + + 添加上架装备 + + + -
-
- - 批量上架 - -
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -
- -
- -
+
+ +
+ + + + + + + + + + + + + + + + + 查询 + 重置 + + + + +
+
+ + 批量上架 + +
+ + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+
diff --git a/src/views/EquipmentUpOrDown/tool/index.vue b/src/views/EquipmentUpOrDown/tool/index.vue index 5f487ecb..5b069fcb 100644 --- a/src/views/EquipmentUpOrDown/tool/index.vue +++ b/src/views/EquipmentUpOrDown/tool/index.vue @@ -1,1317 +1,1125 @@ diff --git a/src/views/business/components/ApproveDialog.vue b/src/views/business/components/ApproveDialog.vue index b9c18c25..e66d9875 100644 --- a/src/views/business/components/ApproveDialog.vue +++ b/src/views/business/components/ApproveDialog.vue @@ -26,7 +26,7 @@
审批时间:{{ getNodeRecord(node).approveTime }}
-
待审批人:{{ node.name }}
+
待审批人:{{node.name }}
状态:待审批
diff --git a/src/views/stockManagement/entryApply/apply.vue b/src/views/stockManagement/entryApply/apply.vue index 39ad7b97..58a85a7a 100644 --- a/src/views/stockManagement/entryApply/apply.vue +++ b/src/views/stockManagement/entryApply/apply.vue @@ -46,7 +46,7 @@ export default { }, methods: { goBack() { - this.$router.push({ path: '/stockManagement/entryApply' }).then(() => { + this.$router.push({ path: '/stockManagement/inventoryAudit' }).then(() => { this.$tab.closePage({ path: '/stockManagement/entryApply/apply' }) }) },