diff --git a/src/api/quality/checkTaskDefect.js b/src/api/quality/checkTaskDefect.js
new file mode 100644
index 0000000..562261d
--- /dev/null
+++ b/src/api/quality/checkTaskDefect.js
@@ -0,0 +1,22 @@
+import request from '@/utils/request'
+
+export function getDefectValue(belongToDetail) {
+ return request({
+ url: '/quality/qcCheckTaskDefect/getDefectValue/' + belongToDetail,
+ method: 'get',
+ });
+}
+export function commitDefectValue(data) {
+ return request({
+ url: '/quality/qcCheckTaskDefect/commitDefectValue',
+ method: 'post',
+ data: data
+ });
+}
+export function updateDefectValue(data) {
+ return request({
+ url: '/quality/qcCheckTaskDefect/updateDefectValue',
+ method: 'put',
+ data: data
+ });
+}
diff --git a/src/api/quality/income.js b/src/api/quality/income.js
index 900404b..61c2c37 100644
--- a/src/api/quality/income.js
+++ b/src/api/quality/income.js
@@ -173,4 +173,4 @@ export function getCkeckProjectXJList(query) {
method: 'get',
params: query
});
- }
\ No newline at end of file
+ }
diff --git a/src/views/device/operation/index.vue b/src/views/device/operation/index.vue
index e8ecf40..42429ea 100644
--- a/src/views/device/operation/index.vue
+++ b/src/views/device/operation/index.vue
@@ -222,9 +222,9 @@
-
+
-
+
diff --git a/src/views/device/repairOrder/index.vue b/src/views/device/repairOrder/index.vue
index f63a709..ddca115 100644
--- a/src/views/device/repairOrder/index.vue
+++ b/src/views/device/repairOrder/index.vue
@@ -197,7 +197,7 @@
size="mini"
:disabled="multiple"
@click="handleDelete"
- v-hasPermi="['device: repairOrder:remove']"
+ v-hasPermi="['device:repairOrder:remove']"
>删除
@@ -261,7 +261,7 @@
label="维修单号"
align="center"
prop="workCode"
- width="200"
+ width="220"
fixed
/>
+
+
+
+
+
{{
form.orderSource
}}
- {{
- form.orderTime
+ {{
+ form.orderBreakdownTime
}}
{{
form.orderRepairmanName
@@ -997,7 +1015,7 @@
-
+
+ >
-
+
-
+
-
+
-
+
-
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
是
否
@@ -1104,7 +1156,7 @@
-
+
-
+
-
+
@@ -1217,8 +1269,8 @@
{{
form.orderSource
}}
- {{
- form.orderTime
+ {{
+ form.orderBreakdownTime
}}
{{
form.orderRepairmanName
@@ -1371,7 +1423,7 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
是
否
@@ -1470,14 +1556,14 @@
-
+
-
+
+
diff --git a/src/views/plan/workorderBP/index.vue b/src/views/plan/workorderBP/index.vue
index 479b93b..36b9efc 100644
--- a/src/views/plan/workorderBP/index.vue
+++ b/src/views/plan/workorderBP/index.vue
@@ -822,7 +822,7 @@ export default {
}else{
return cellValue; //返回值
}
-
+
},
// 新增-物料搜索
@@ -1322,8 +1322,8 @@ export default {
var statusesArray = this.statuses;
for (var i = 0; i < statusesArray.length; i++) {
- if (statusesArray[i] == 'w1') {//已经下达的不允许操作
- this.$modal.msgError("已经下达的订单不允许操作");
+ if (statusesArray[i] != 'w0') {//已经下达的不允许操作
+ this.$modal.msgError("已经派发的订单不允许操作");
return
}
}
diff --git a/src/views/quality/checkTypeProject/index.vue b/src/views/quality/checkTypeProject/index.vue
index 3c8b1e3..f0ec419 100644
--- a/src/views/quality/checkTypeProject/index.vue
+++ b/src/views/quality/checkTypeProject/index.vue
@@ -114,7 +114,7 @@
{{(queryParams.pageNum - 1) * queryParams.pageSize + scope.$index + 1}}
-
+
diff --git a/src/views/quality/qcIncome/checkProjectType.vue b/src/views/quality/qcIncome/checkProjectType.vue
index 36023aa..ab4ff31 100644
--- a/src/views/quality/qcIncome/checkProjectType.vue
+++ b/src/views/quality/qcIncome/checkProjectType.vue
@@ -40,14 +40,13 @@
-
-
-
+ 不良数量
@@ -113,11 +112,32 @@
+
+
+
+
+
+
+
+ 提交
+ 重置
+
+
+