From 66a67b2d2ce44d0dbe615acffe7270f064e4b58c Mon Sep 17 00:00:00 2001 From: XingCheng3 <1773407212@qq.com> Date: Fri, 29 May 2026 17:22:54 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=89=A9=E6=96=99=E8=AE=B0=E5=BD=95?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E6=96=B0=E5=A2=9E=E7=A0=81=E5=80=BC=E4=B8=8E?= =?UTF-8?q?=E9=87=87=E8=B4=AD=E8=AE=A2=E5=8D=95=E7=AD=896=E6=AE=B5?= =?UTF-8?q?=E6=8B=86=E5=88=86=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../MaterialDataQuery/index.vue | 52 +++++++++++++++---- 1 file changed, 42 insertions(+), 10 deletions(-) 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) {