diff --git a/src/views/modules/changeManagement/changeRecord.vue b/src/views/modules/changeManagement/changeRecord.vue
index 0463493..42cb688 100644
--- a/src/views/modules/changeManagement/changeRecord.vue
+++ b/src/views/modules/changeManagement/changeRecord.vue
@@ -287,8 +287,14 @@
保存
关闭
- 同意
- 驳回
+
+
+ 同意
+
+
+ 驳回
+
+
@@ -386,8 +392,14 @@
保存
关闭
- 同意
- 驳回
+
+
+ 同意
+
+
+ 驳回
+
+
@@ -536,8 +548,14 @@
保存
关闭
- 同意
- 驳回
+
+
+ 同意
+
+
+ 驳回
+
+
@@ -590,8 +608,14 @@
保存
关闭
- 同意
- 驳回
+
+
+ 同意
+
+
+ 驳回
+
+
@@ -4193,6 +4217,7 @@
} else if (type === 7) {
strVal = this.tempExecutorRow.executor
}
+ conSql = " and b.site = '" + this.$store.state.user.site + "'"
}
if (val === 133) {
strVal = this.tempPartRow.newPartNo
diff --git a/src/views/modules/changeManagement/changeRequest.vue b/src/views/modules/changeManagement/changeRequest.vue
index 4024c7b..d10a3fb 100644
--- a/src/views/modules/changeManagement/changeRequest.vue
+++ b/src/views/modules/changeManagement/changeRequest.vue
@@ -3149,6 +3149,7 @@
} else if (type === 7) {
strVal = this.tempExecutorRow.executor
}
+ conSql = " and b.site = '" + this.$store.state.user.site + "'"
}
if (val === 133) {
strVal = this.tempPartRow.newPartNo