diff --git a/sgzb-ui/src/views/claimAndRefund/receive/receiveApply.vue b/sgzb-ui/src/views/claimAndRefund/receive/receiveApply.vue index 1361f7c0..77827666 100644 --- a/sgzb-ui/src/views/claimAndRefund/receive/receiveApply.vue +++ b/sgzb-ui/src/views/claimAndRefund/receive/receiveApply.vue @@ -414,7 +414,7 @@ }, /** 重置按钮操作 */ resetQuery() { - this.dateRange = [] + this.queryParams.time = [] this.resetForm('queryForm') this.handleQuery() }, diff --git a/sgzb-ui/src/views/claimAndRefund/receive/receiveManage.vue b/sgzb-ui/src/views/claimAndRefund/receive/receiveManage.vue index ffe62865..d4052392 100644 --- a/sgzb-ui/src/views/claimAndRefund/receive/receiveManage.vue +++ b/sgzb-ui/src/views/claimAndRefund/receive/receiveManage.vue @@ -1,55 +1,89 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + 查询 + 重置 + + - - 查询 - 重置 - - - - - - - 导出 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {{ scope.row.leaseApplyInfoList[0].remark }} - - - - - - 查看 - 审批 - 审批 - 审批 - 审批 - 审批 - 领料单 - - - - - - - - - - - - 领料单 - - - - 领料单位:{{ leaseApplyData.unitName }} - - - 工程名称:{{ leaseApplyData.proName }} - - - 时间:{{ leaseApplyData.updateTimes }} - - - 编号:{{ leaseApplyData.code }} - - - - - - - - - - - + + 导出 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ scope.row.leaseApplyInfoList[0].remark }} + + + + + 查看 + 审批 + 审批 + 审批 + 审批 + 审批 + 领料单 + + - - - 审核: - - - 领料: - - - 仓库: - - - 操作人: - - + - - - - + + + + + + 领料单 + + + + 领料单位:{{ leaseApplyData.unitName }} + + + 工程名称:{{ leaseApplyData.proName }} + + + 时间:{{ leaseApplyData.updateTimes }} + + + 编号:{{ leaseApplyData.code }} + + + + + + + + + + + + - - - - + + + 审核: + + + 领料: + + + 仓库: + + + 操作人: + + + + + + + diff --git a/sgzb-ui/src/views/claimAndRefund/receiveByCq/receiveManage.vue b/sgzb-ui/src/views/claimAndRefund/receiveByCq/receiveManage.vue index 656a226a..be2838b2 100644 --- a/sgzb-ui/src/views/claimAndRefund/receiveByCq/receiveManage.vue +++ b/sgzb-ui/src/views/claimAndRefund/receiveByCq/receiveManage.vue @@ -1,55 +1,89 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + 查询 + 重置 + + - - 查询 - 重置 - - - - - - - 导出 - - - - - - - - - - - - - + + 导出 + + + + + + + + + + + + + - - - - - - - 工程租赁 - 长期领用 - - - - - - - - - - - - - - - {{ scope.row.leaseApplyInfoList[0].remark }} - - - - - - 查看 - 审批 - 审批 - - 领料单 - - - - - - - - - - - - 领料单 - - - - 领料单位:{{ leaseApplyData.unitName }} - - - 工程名称:{{ leaseApplyData.proName }} - - - 时间:{{ leaseApplyData.updateTimes }} - - - 编号:{{ leaseApplyData.code }} - - - - - - - - - - - + + + + + + + 工程租赁 + 长期领用 + + + + + + + + + + + + + + + {{ scope.row.leaseApplyInfoList[0].remark }} + + + + + 查看 + 审批 + 审批 + 领料单 + + - - - 审核: - - - 领料: - - - 仓库: - - - 操作人: - - + - - - - + + + + + + 领料单 + + + + 领料单位:{{ leaseApplyData.unitName }} + + + 工程名称:{{ leaseApplyData.proName }} + + + 时间:{{ leaseApplyData.updateTimes }} + + + 编号:{{ leaseApplyData.code }} + + + + + + + + + + + + - - - - + + + 审核: + + + 领料: + + + 仓库: + + + 操作人: + + + + + + + diff --git a/sgzb-ui/src/views/claimAndRefund/return/returnApply.vue b/sgzb-ui/src/views/claimAndRefund/return/returnApply.vue index 64cfa38c..2bb6da18 100644 --- a/sgzb-ui/src/views/claimAndRefund/return/returnApply.vue +++ b/sgzb-ui/src/views/claimAndRefund/return/returnApply.vue @@ -726,7 +726,7 @@ }, /** 重置按钮操作 */ resetQuery() { - this.dateRange = [] + this.queryParams.time = [] // this.resetForm("queryForm"); this.$refs.queryForm.resetFields() this.$refs.mychildSon.inputValue = '' diff --git a/sgzb-ui/src/views/claimAndRefund/return/returnApplyByCq.vue b/sgzb-ui/src/views/claimAndRefund/return/returnApplyByCq.vue index 514ab098..5413528e 100644 --- a/sgzb-ui/src/views/claimAndRefund/return/returnApplyByCq.vue +++ b/sgzb-ui/src/views/claimAndRefund/return/returnApplyByCq.vue @@ -720,7 +720,7 @@ }, /** 重置按钮操作 */ resetQuery() { - this.dateRange = [] + this.queryParams.time = [] // this.resetForm("queryForm"); this.$refs.queryForm.resetFields() this.initSelectData() diff --git a/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesList.vue b/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesList.vue index d8df4f8a..d8bee5cc 100644 --- a/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesList.vue +++ b/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesList.vue @@ -577,7 +577,7 @@ }, /** 重置按钮操作 */ resetQuery() { - this.dateRange = [] + this.queryParams.time = [] this.resetForm('queryForm') this.handleQuery() }, diff --git a/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesServiceCenterList.vue b/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesServiceCenterList.vue index 1020dece..9377b4ce 100644 --- a/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesServiceCenterList.vue +++ b/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesServiceCenterList.vue @@ -1,678 +1,913 @@ - - - - - - - - - + - - - + + + + - - + + + + + + + + + + + 查询 + 重置 + + + + + + 导出 + + + + + + + + + + + + + + + + + 已验收合格 + 入库待审核 + 已驳回 + 已入库 + 入库驳回 + + + + + + 查看 + + 审核 + + + + + + + + + + + + + + + + + + + - - - 查询 - 重置 - - + + + + + + - - - 导出 - - - + + 查询 + + + + + + 批量通过 + + + 批量不通过 + + + + + + + + + + + + + + + + + + + - - - - - - - - - + + + + 待审核 + 已入库 + 入库驳回 + 入库待审核 + 已驳回 + + - - - 已验收合格 - 入库待审核 - 已驳回 - 已入库 - 入库驳回 - - - - - - 查看 + + + 通过 + 不通过 + + + + + + + + + + - 审核 - - - - - - - - - - - - - - - - - + + - + + + + + + 入库单 + + + + 工程名称: + + + 日期: + + + 领料单号 + + + 车辆信息: + + + + + + + + + + + + - - - - - - + + + 审核: + - - 查询 - - - - - - 批量通过 - - - 批量不通过 - - - - - - - - - - - - - - - - - - - - - - - - 待审核 - 已入库 - 入库驳回 - 入库待审核 - 已驳回 - - - - - - 通过 - 不通过 - - - - - - - - - - - - - - - - - - - - - - - - - - 入库单 - - - - 工程名称: - - - 日期: - - - 领料单号 - - - 车辆信息: - - - - - - - - - - - - - - - - - 审核: + + 库管员: + + + 经办人: + + + + + + - - 库管员: + - - 经办人: - - - - - - - - - - - - - - - - - - - + +