From 00d87af59b06699d15ebd750d06a5e01115dbbb1 Mon Sep 17 00:00:00 2001
From: guoxing <1369478551@qq.com>
Date: Fri, 14 Jun 2024 11:05:07 +0800
Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E6=97=A7=E4=BB=B6=E5=A4=84?=
=?UTF-8?q?=E7=90=86=E7=94=B3=E8=AF=B7?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../maintenance/maintenanceOutbound/index.vue | 12 +-
.../maintenanceReturnBound/index.vue | 12 +-
.../storage/inventory/inventoryRefer.vue | 14 +-
.../src/views/storage/oldPartsCope/index.vue | 26 ++-
.../storage/oldPartsCope/oldPartsCopeAdd.vue | 203 ++++++++++++------
.../storage/oldPartsCope/oldPartsCopeInfo.vue | 12 +-
6 files changed, 185 insertions(+), 94 deletions(-)
diff --git a/yxt-as-ui/src/views/maintenance/maintenanceOutbound/index.vue b/yxt-as-ui/src/views/maintenance/maintenanceOutbound/index.vue
index 72ff86c441..c65a8e592d 100644
--- a/yxt-as-ui/src/views/maintenance/maintenanceOutbound/index.vue
+++ b/yxt-as-ui/src/views/maintenance/maintenanceOutbound/index.vue
@@ -9,7 +9,7 @@
选择维修工单
出库
- 清空
+ 关闭
@@ -24,21 +24,21 @@
- * 制单人
+ * 操作人
{{formobj.createByName}}
- * 制单部门
+ * 操作部门
{{formobj.deptName}}
- 制单日期
+ 操作日期
{{ formobj.createTime }}
@@ -113,9 +113,9 @@
-
+ 是否外出
-
+ {{formobj.subject}}
diff --git a/yxt-as-ui/src/views/maintenance/maintenanceReturnBound/index.vue b/yxt-as-ui/src/views/maintenance/maintenanceReturnBound/index.vue
index d71ba344de..7d4e11ea9a 100644
--- a/yxt-as-ui/src/views/maintenance/maintenanceReturnBound/index.vue
+++ b/yxt-as-ui/src/views/maintenance/maintenanceReturnBound/index.vue
@@ -9,7 +9,7 @@
选择维修工单
退库
- 清空
+ 关闭
@@ -24,21 +24,21 @@
- * 制单人
+ * 操作人
{{formobj.createByName}}
- * 制单部门
+ * 操作部门
{{formobj.deptName}}
- 制单日期
+ 操作日期
{{ formobj.createTime }}
@@ -113,9 +113,9 @@
-
+ 是否外出
-
+ {{formobj.subject}}
diff --git a/yxt-as-ui/src/views/storage/inventory/inventoryRefer.vue b/yxt-as-ui/src/views/storage/inventory/inventoryRefer.vue
index cac21fada0..ec6be54573 100644
--- a/yxt-as-ui/src/views/storage/inventory/inventoryRefer.vue
+++ b/yxt-as-ui/src/views/storage/inventory/inventoryRefer.vue
@@ -21,12 +21,15 @@
+
+
+
-
+
@@ -63,6 +66,7 @@
+
@@ -70,8 +74,10 @@
-
-
+
+
+
+
diff --git a/yxt-as-ui/src/views/storage/oldPartsCope/index.vue b/yxt-as-ui/src/views/storage/oldPartsCope/index.vue
index d844519e19..f73c4a3c2e 100644
--- a/yxt-as-ui/src/views/storage/oldPartsCope/index.vue
+++ b/yxt-as-ui/src/views/storage/oldPartsCope/index.vue
@@ -64,15 +64,15 @@
- 办理
查看
-
+
-
+
@@ -159,12 +159,12 @@
sids: [],
selectionList: [],
billStateList: [{
- name: "新建",
- sid: "0"
+ name: '处理方式1',
+ sid: "1"
},
{
- name: "完成",
- sid: "1"
+ name: '处理方式2',
+ sid: "2"
}
],
}
@@ -252,6 +252,18 @@
},
doDel() {
+ for (var i = 0; i < this.selectionList.length; i++) {
+
+ if(this.selectionList[i].nodeState!='待提交'){
+ this.$message({
+ type: 'warning',
+ message: '请勿勾选已提交的。',
+ showClose: true
+ })
+ return
+ }
+ }
+
if (this.sids.length > 0) {
const tip = '请确认是否删除所选 ' + this.sids.length + ' 条记录?'
this.$confirm(tip, '提示', {
diff --git a/yxt-as-ui/src/views/storage/oldPartsCope/oldPartsCopeAdd.vue b/yxt-as-ui/src/views/storage/oldPartsCope/oldPartsCopeAdd.vue
index bd3a558dd3..88a840c336 100644
--- a/yxt-as-ui/src/views/storage/oldPartsCope/oldPartsCopeAdd.vue
+++ b/yxt-as-ui/src/views/storage/oldPartsCope/oldPartsCopeAdd.vue
@@ -13,7 +13,7 @@
-
+
@@ -25,7 +25,7 @@
申请部门
- {{ formobj.createDeptName }}
+ {{ formobj.deptName }}
- 申请日期
-
+ * 申请日期
+
@@ -46,20 +46,22 @@
- 处理原因
-
-
-
+ * 处理原因
+
+
+
- 处理方式
-
-
-
+ * 处理方式
+
+
+
@@ -83,10 +85,10 @@
- 附件
-
-
+ * 附件
+
+
@@ -101,7 +103,7 @@
- 删除
+ 删除
@@ -130,12 +132,12 @@
-->
-
+
-
-
+
+
@@ -165,7 +167,7 @@
-
+
@@ -181,12 +183,12 @@
@selection-change="selectionLineChangeHandle">
-
+
-
+
@@ -213,6 +215,10 @@