diff --git a/src/views/Assembly/QualityInspectionInformationInquiry/index.vue b/src/views/Assembly/QualityInspectionInformationInquiry/index.vue
index 4abb320a..37ac7820 100644
--- a/src/views/Assembly/QualityInspectionInformationInquiry/index.vue
+++ b/src/views/Assembly/QualityInspectionInformationInquiry/index.vue
@@ -59,7 +59,7 @@
:label="item.label"
:value="item.value"/>
- 查询
+ 查询
导出
@@ -153,7 +153,7 @@
-
+
{{ scope.row.不合格数量 =0 }}
@@ -754,7 +754,7 @@ export default {
AddTableData_disable: false,
loading: false,
total: 0, // 总条数
- pageSize: 20, // 每页显示条数
+ pageSize: 10, // 每页显示条数
pageCurrent: 1, // 后台获取页
dialogmethod: false // false新增 true 编辑
// total1: 0, // 总条数
diff --git a/src/views/Inventory/PickingListApproval/index.vue b/src/views/Inventory/PickingListApproval/index.vue
index 2e129bf3..15349e42 100644
--- a/src/views/Inventory/PickingListApproval/index.vue
+++ b/src/views/Inventory/PickingListApproval/index.vue
@@ -172,7 +172,7 @@ export default {
type: 'warning'
}).then(() => {
if (this.pickListTable2.length === 0) {
- this.$message.error('空领料单,不能审批!')
+ this.$message.error('不能审批空领料单')
return
}
const param = {
diff --git a/src/views/Outsourcing/OutsourcingPartsQuery/index.vue b/src/views/Outsourcing/OutsourcingPartsQuery/index.vue
index ebde7af2..feb72b46 100644
--- a/src/views/Outsourcing/OutsourcingPartsQuery/index.vue
+++ b/src/views/Outsourcing/OutsourcingPartsQuery/index.vue
@@ -11,7 +11,7 @@
:label="item.label"
:value="item.value"/>
- 查询
+ 查询
导出
@@ -121,12 +121,18 @@ export default {
}, {
value: 1,
label: '已到'
+ }, {
+ value: 2,
+ label: '未提交'
+ }, {
+ value: 3,
+ label: '未外协'
}],
tableData: [],
procedure: [],
procedureTime: [],
pageCurrent: 1,
- pageSize: 500,
+ pageSize: 50,
tableData1: []
}
},