检查结果:
- 合格
- 不合格
+ 合格
+ 不合格
批量设置
@@ -21,8 +21,8 @@
- 合格
- 不合格
+ 合格
+ 不合格
@@ -35,7 +35,7 @@
@@ -76,10 +76,19 @@ export default {
maintainValue() {
this.closeDialog();
},
- // 保存
- submitForm(){
-
- }
+ submit() {
+ // this.$refs.form.validate((valid, done, msg) => {
+ // if (valid) {
+ dsBatchTask(this.maintainData).then(res => {
+ this.$message({
+ type: 'success',
+ message: '操作成功!',
+ });
+ this.closeDialog();
+ });
+ // }
+ // });
+ },
},
};
diff --git a/src/views/processManagement/bathRefine/components/maintainDialog.vue b/src/views/processManagement/bathRefine/components/maintainDialog.vue
index daac124..01a3915 100644
--- a/src/views/processManagement/bathRefine/components/maintainDialog.vue
+++ b/src/views/processManagement/bathRefine/components/maintainDialog.vue
@@ -33,8 +33,8 @@ export default {
emptyBtn: false,
column: [
{
- label: '审批结果',
- prop: 'auditStatus',
+ label: '维护结果',
+ prop: 'isQualified',
span: 24,
type: 'radio',
dicData: [
@@ -61,8 +61,13 @@ export default {
submit() {
this.$refs.form.validate((valid, done, msg) => {
if (valid) {
+ let query_ = {
+ ...this.maintainData[0],
+ isQualified:this.obj.isQualified,
+ auditDescribe:this.obj.auditDescribe
+ }
let ids = this.maintainData.map(item => item.id);
- dsBatchTask({ ...this.obj, bptIdList: ids }).then(res => {
+ dsBatchTask([query_]).then(res => {
this.$message({
type: 'success',
message: '操作成功!',
diff --git a/src/views/processManagement/components/processMainte/dsPartBasicInfo.vue b/src/views/processManagement/components/processMainte/dsPartBasicInfo.vue
index 88b8c6e..ceff416 100644
--- a/src/views/processManagement/components/processMainte/dsPartBasicInfo.vue
+++ b/src/views/processManagement/components/processMainte/dsPartBasicInfo.vue
@@ -30,12 +30,14 @@
-
+
@@ -288,7 +290,7 @@
@@ -301,28 +303,21 @@
v-model="form"
v-model:page="page"
ref="crud"
- @search-change="searchChange"
- @search-reset="searchReset"
- @selection-change="selectionChange"
- @current-change="currentChange"
- @size-change="sizeChange"
- @refresh-change="refreshChange"
-
>
diff --git a/src/views/processManagement/taskProcessing.vue b/src/views/processManagement/taskProcessing.vue
index 047bd77..54c5ede 100644
--- a/src/views/processManagement/taskProcessing.vue
+++ b/src/views/processManagement/taskProcessing.vue
@@ -29,7 +29,7 @@
type="primary"
link
@click="organization(scope.row.partId, scope.row)"
- v-if="scope.row.taskStatus == 1"
+ v-if="scope.row.taskStatus == 2"
>编制
{
- taskReception({ taskId: row.id }).then(res => {
+ taskReception({ taskIds: row.id }).then(res => {
this.$message({
type: 'success',
message: '操作成功!',
@@ -425,7 +429,7 @@ export default {
organization(partId, row) {
this.partId = partId;
this.updateRow = row
- if (row.taskType == '3') {
+ if (row.taskType == '6') {
this.isReworkOpen = true;
} else {
this.isOpen = true;
diff --git a/src/views/productionSchedulingPlan/basic/equipmentCapacity.vue b/src/views/productionSchedulingPlan/basic/equipmentCapacity.vue
new file mode 100644
index 0000000..0ea576f
--- /dev/null
+++ b/src/views/productionSchedulingPlan/basic/equipmentCapacity.vue
@@ -0,0 +1,305 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/productionSchedulingPlan/basic/inspectionHours.vue b/src/views/productionSchedulingPlan/basic/inspectionHours.vue
new file mode 100644
index 0000000..4548c13
--- /dev/null
+++ b/src/views/productionSchedulingPlan/basic/inspectionHours.vue
@@ -0,0 +1,241 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/productionSchedulingPlan/basic/nonSameFurnace.vue b/src/views/productionSchedulingPlan/basic/nonSameFurnace.vue
new file mode 100644
index 0000000..43b0e12
--- /dev/null
+++ b/src/views/productionSchedulingPlan/basic/nonSameFurnace.vue
@@ -0,0 +1,273 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/productionSchedulingPlan/basic/personnelCapacity.vue b/src/views/productionSchedulingPlan/basic/personnelCapacity.vue
new file mode 100644
index 0000000..7f81d2b
--- /dev/null
+++ b/src/views/productionSchedulingPlan/basic/personnelCapacity.vue
@@ -0,0 +1,227 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/productionSchedulingPlan/basic/principalProducer.vue b/src/views/productionSchedulingPlan/basic/principalProducer.vue
new file mode 100644
index 0000000..7e595ce
--- /dev/null
+++ b/src/views/productionSchedulingPlan/basic/principalProducer.vue
@@ -0,0 +1,232 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/productionSchedulingPlan/basic/qualityGrade.vue b/src/views/productionSchedulingPlan/basic/qualityGrade.vue
new file mode 100644
index 0000000..9fa423b
--- /dev/null
+++ b/src/views/productionSchedulingPlan/basic/qualityGrade.vue
@@ -0,0 +1,219 @@
+
+
+
+
+
+
+
+
+
+
+
+
+