+
+
+
- {{standard.standardName}}
+ {{ standard.standardName }}
-
- {{standard.detailUpLimit}}
+
+ {{ standard.detailUpLimit }}
-
- {{standard.detailDownLimit}}
+
+ {{ standard.detailDownLimit }}
-
- {{standard.detailUnit}}
+
+ {{ standard.detailUnit }}
-
-
-
+
+
+
@@ -470,7 +474,7 @@ import {
export default {
name: "DeviceOrder",
- dicts: ['device_order_status','device_loop_type'],
+ dicts: ['device_order_status', 'device_loop_type'],
data() {
return {
// 遮罩层
@@ -524,7 +528,9 @@ export default {
updateTime: null
},
// 表单参数
- form: {},
+ form: {
+ equ: {equipmentName: null},
+ },
// 表单校验
rules: {}
};
@@ -577,7 +583,8 @@ export default {
createBy: null,
createTime: null,
updateBy: null,
- updateTime: null
+ updateTime: null,
+ equ: {equipmentName: null},
};
this.resetForm("form");
},
diff --git a/src/views/device/faultReport/index.vue b/src/views/device/faultReport/index.vue
index f515bd4..3eb9c9a 100644
--- a/src/views/device/faultReport/index.vue
+++ b/src/views/device/faultReport/index.vue
@@ -449,6 +449,7 @@
clearable
v-model="form.workPlanTime"
type="datetime"
+ value-format="yyyy-MM-dd HH:mm:ss"
placeholder="请选择计划维修时间"
>
@@ -460,6 +461,7 @@
clearable
v-model="form.workPlanDownTime"
type="datetime"
+ value-format="yyyy-MM-dd HH:mm:ss"
placeholder="请选择计划停机时间"
>
diff --git a/src/views/device/repairOrder/index.vue b/src/views/device/repairOrder/index.vue
index c7fb94d..1ae9447 100644
--- a/src/views/device/repairOrder/index.vue
+++ b/src/views/device/repairOrder/index.vue
@@ -42,20 +42,26 @@
/>
-
+
+
+
-
+
+
+
@@ -142,7 +149,11 @@
{{ parseTime(scope.row.workPlanTime) }}
-
+
+
+ {{ scope.row.workDownMachine == "1" ? "停机" : "不停机" }}
+
+
{{ parseTime(scope.row.workPlanDownTime) }}
@@ -150,9 +161,12 @@
-
+
+
+ {{ scope.row.workOutsource == "1" ? "委外" : "不委外" }}
+
+
-
@@ -162,7 +176,7 @@
-
+
+
+
+
+ 新增物料组
+
+
+
+
+
+
+ {{ node.label }}
+
+ remove(node, data)">
+ -
+
+ append(data)">
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/quality/checkTypeProject/index.vue b/src/views/quality/checkTypeProject/index.vue
new file mode 100644
index 0000000..04a5d88
--- /dev/null
+++ b/src/views/quality/checkTypeProject/index.vue
@@ -0,0 +1,498 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+ 新增
+
+
+ 修改
+
+ ·
+ 删除
+
+
+ 导出
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 修改
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/quality/material/index.vue b/src/views/quality/material/index.vue
index 5dd1810..4c54cc3 100644
--- a/src/views/quality/material/index.vue
+++ b/src/views/quality/material/index.vue
@@ -88,7 +88,7 @@
-
+