{
this.gridData = response.data
})
diff --git a/src/views/WorkshopProcurement/OutsourcingMaterialsSearch/index.vue b/src/views/WorkshopProcurement/OutsourcingMaterialsSearch/index.vue
index deb4c2ad..6b4bfe79 100644
--- a/src/views/WorkshopProcurement/OutsourcingMaterialsSearch/index.vue
+++ b/src/views/WorkshopProcurement/OutsourcingMaterialsSearch/index.vue
@@ -37,12 +37,15 @@
+
+
+
+
+
+
+
-
- 未到
- 已到
- 已结
-
+ {{ scope.row.备料状态 }}
- {{ scope.row.物料编码 }}
+ {{ scope.row.物料编码 ? scope.row.物料编码 : scope.row.零件图号 }}
{{ scope.row.材料 }}
+
+ {{ scope.row.批次数量 }}
+
{{ scope.row.采购数量 }}
@@ -162,13 +171,22 @@ export default {
MaterialsValue: '',
Materials: [{
value: 0,
- label: '未到'
+ label: '已结'
}, {
value: 1,
label: '已到'
}, {
value: 2,
- label: '已结'
+ label: '未到'
+ }, {
+ value: 3,
+ label: '未采'
+ }, {
+ value: 4,
+ label: '自家'
+ }, {
+ value: 5,
+ label: '未分配'
}],
loading: false,
total: 0,
diff --git a/src/views/WorkshopProcurement/RequestApprovalQuery2/index.vue b/src/views/WorkshopProcurement/RequestApprovalQuery2/index.vue
index 7c252433..6ce525df 100644
--- a/src/views/WorkshopProcurement/RequestApprovalQuery2/index.vue
+++ b/src/views/WorkshopProcurement/RequestApprovalQuery2/index.vue
@@ -216,8 +216,8 @@ export default {
this.dateRange ? check2 = 1 : (check2 = 0, this.dateRange = '')
var param = []
param[0] = ['查询全部', this.radio]
- param[1] = ['供应商名称_check', check1]
- param[2] = ['供应商名称', this.supplierValue]
+ param[1] = ['供应商流水号_check', check1]
+ param[2] = ['供应商流水号', this.supplierValue]
param[3] = ['时间段_check', check2]
if (check2 === 0) {
param[4] = ['开始时间', '']