diff --git a/src/views/base/deviceLedger/index.vue b/src/views/base/deviceLedger/index.vue index df2e42d..70d4d1c 100644 --- a/src/views/base/deviceLedger/index.vue +++ b/src/views/base/deviceLedger/index.vue @@ -461,7 +461,7 @@ export default { deviceAddress: null, deviceStatus: 0, usedDepartment: null, - productLineCode: 'CX_02', + productLineCode: null, costCenter: null, manufacturer: null, factoryCode: '1301', diff --git a/src/views/production/planInfo/index.vue b/src/views/production/planInfo/index.vue index 3cac80a..cdcccb2 100644 --- a/src/views/production/planInfo/index.vue +++ b/src/views/production/planInfo/index.vue @@ -309,7 +309,7 @@ export default { saleorderLinenumber: null, materialCode: null, materialName: null, - productLineCode: 'CX_02', + productLineCode: null, planAmount: null, completeAmount: null, beginTime: null, diff --git a/src/views/report/WIPInquiryReport/index.vue b/src/views/report/WIPInquiryReport/index.vue index 11612ef..f549192 100644 --- a/src/views/report/WIPInquiryReport/index.vue +++ b/src/views/report/WIPInquiryReport/index.vue @@ -204,7 +204,7 @@ export default { pageSize: 10, beginBeginTime: null, endBeginTime: null, - productLineCode: 'CX_02', + productLineCode: null, beginStationCode: '109', endStationCode: '270', ORDER_CODE: null, diff --git a/src/views/report/codeBandingReport/index.vue b/src/views/report/codeBandingReport/index.vue index 43b8c9d..9089100 100644 --- a/src/views/report/codeBandingReport/index.vue +++ b/src/views/report/codeBandingReport/index.vue @@ -158,7 +158,7 @@ export default { queryParams: { pageNum: 1, pageSize: 10, - productLineCode: 'CX_02', + productLineCode: null, orderCode:null, boxCode:null, boxName:null, diff --git a/src/views/report/deviceAlarmRecord/index.vue b/src/views/report/deviceAlarmRecord/index.vue index 0b9495e..8a87af3 100644 --- a/src/views/report/deviceAlarmRecord/index.vue +++ b/src/views/report/deviceAlarmRecord/index.vue @@ -280,7 +280,7 @@ export default { queryParams: { pageNum: 1, pageSize: 10, - productLineCode: 'CX_02', + productLineCode: null, deviceCode: null, deviceName: null, deviceType: null, diff --git a/src/views/report/electricalInspection/index.vue b/src/views/report/electricalInspection/index.vue index 0938416..bcbd348 100644 --- a/src/views/report/electricalInspection/index.vue +++ b/src/views/report/electricalInspection/index.vue @@ -282,7 +282,7 @@ export default { uuid: null, result: null, barcode: null, - productLineCode: 'CX_02', + productLineCode: null, testTime: null, testData: null, recordTime: null diff --git a/src/views/report/lastShotRecord/index.vue b/src/views/report/lastShotRecord/index.vue index f9cf3fe..ccb0b34 100644 --- a/src/views/report/lastShotRecord/index.vue +++ b/src/views/report/lastShotRecord/index.vue @@ -167,7 +167,7 @@ export default { pageSize: 10, system: null, gunCode: null, - productLineCode: 'CX_02', + productLineCode: null, stationNumber: null, polTemp: null, polHp: null, diff --git a/src/views/report/productionExecutionReport/index.vue b/src/views/report/productionExecutionReport/index.vue index 8e821db..ade64c0 100644 --- a/src/views/report/productionExecutionReport/index.vue +++ b/src/views/report/productionExecutionReport/index.vue @@ -166,7 +166,7 @@ export default { pageSize: 10, beginBeginTime: null, endBeginTime: null, - productLineCode: 'CX_02', + productLineCode: null, stationCode: '1009', ORDER_CODE: null, MATERIAL_CODE: null, diff --git a/src/views/report/recordException/index.vue b/src/views/report/recordException/index.vue index a941eb6..63cc956 100644 --- a/src/views/report/recordException/index.vue +++ b/src/views/report/recordException/index.vue @@ -198,7 +198,7 @@ export default { productSncode: null, exceptionMsg: null, productScantime: null, - productLineCode: 'CX_02', + productLineCode: null, exceptionType: '1', boxCode: null }, diff --git a/src/views/report/temperatureRecordReport/index.vue b/src/views/report/temperatureRecordReport/index.vue index 2a015f1..442a834 100644 --- a/src/views/report/temperatureRecordReport/index.vue +++ b/src/views/report/temperatureRecordReport/index.vue @@ -209,7 +209,7 @@ export default { testedtime: null, etemp: null, begindatetime: null, - productLineCode: 'CX_02', + productLineCode: null, cpresult: null, enddatetime: null, username: null,