diff --git a/src/views/QualityAssurance/MaterialDataQuery/index.vue b/src/views/QualityAssurance/MaterialDataQuery/index.vue
index 4866f9a..325a282 100644
--- a/src/views/QualityAssurance/MaterialDataQuery/index.vue
+++ b/src/views/QualityAssurance/MaterialDataQuery/index.vue
@@ -21,12 +21,26 @@
物料名称:
- 物料编码:
-
+ 码值:
+
操作时间:
+
+
+
采购订单号:
+
+
采购行号:
+
+
物料代码:
+
+
物料批次号:
+
+
物料流水号:
+
+
图号:
+
查询
@@ -43,7 +57,13 @@
-
+
+
+
+
+
+
+
@@ -67,7 +87,13 @@ export default {
productTypeValue: '',
materialTypeCodeValue: '',
materialNameValue: '',
+ codeValue: '',
+ purchaseOrderNoValue: '',
+ purchaseLineNoValue: '',
materialCodeValue: '',
+ materialBatchNoValue: '',
+ materialSerialNoValue: '',
+ drawingNoValue: '',
dateTime: '',
loading: false,
tableData: [],
@@ -111,13 +137,19 @@ export default {
param[3] = ['产品型号', this.productTypeValue || '']
param[4] = ['物料类型编码', this.materialTypeCodeValue || '']
param[5] = ['物料名称', this.materialNameValue || '']
- param[6] = ['物料编码', this.materialCodeValue || '']
- param[7] = ['开始时间', this.dateTime[0] + ' 00:00:00']
- param[8] = ['结束时间', this.dateTime[1] + ' 23:59:59']
- param[9] = ['PageCurrent', this.pageCurrent]
- param[10] = ['PageSize', this.pageSize]
- param[11] = ['PageCount', '0', 'int', '1']
- param[12] = ['ItemCount', '0', 'int', '1']
+ param[6] = ['码值', this.codeValue || '']
+ param[7] = ['采购订单号', this.purchaseOrderNoValue || '']
+ param[8] = ['采购行号', this.purchaseLineNoValue || '']
+ param[9] = ['物料代码', this.materialCodeValue || '']
+ param[10] = ['物料批次号', this.materialBatchNoValue || '']
+ param[11] = ['物料流水号', this.materialSerialNoValue || '']
+ param[12] = ['图号', this.drawingNoValue || '']
+ param[13] = ['开始时间', this.dateTime[0] + ' 00:00:00']
+ param[14] = ['结束时间', this.dateTime[1] + ' 23:59:59']
+ param[15] = ['PageCurrent', this.pageCurrent]
+ param[16] = ['PageSize', this.pageSize]
+ param[17] = ['PageCount', '0', 'int', '1']
+ param[18] = ['ItemCount', '0', 'int', '1']
var Data = this.CreateData('11', 'XD_物料记录_分页查询', param)
this.ExecDatabase(Data).then(response => {
if (response.data.result && response.data.result.length !== 0) {