|
@@ -35,7 +35,7 @@
|
|
|
</a-col>
|
|
|
<a-col :xs="24" :sm="12" :md="6" :lg="5">
|
|
|
<a-form-model-item label="设备编号" :label-col="formItemLayout.labelCol" :wrapper-col="formItemLayout.wrapperCol">
|
|
|
- <a-input allowClear placeholder="请输入设备编号" v-model.trim="queryParam.deviceNo" id="cleanDetail-queryOrderDate" />
|
|
|
+ <a-input allowClear placeholder="请输入设备编号" v-model.trim="queryParam.srcDeviceCode" id="cleanDetail-srcDeviceCode" />
|
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
|
<a-col :xs="24" :sm="12" :md="6" :lg="5">
|
|
@@ -106,7 +106,7 @@ export default {
|
|
|
queryParam: {
|
|
|
dirverUserId: undefined, // 操作人id
|
|
|
stationNo: undefined, // 网点编号
|
|
|
- deviceNo: null, // 设备编号
|
|
|
+ srcDeviceCode: null, // 设备编号
|
|
|
beginDate: null, // 开始时间
|
|
|
endDate: null // 结束时间
|
|
|
},
|
|
@@ -223,7 +223,7 @@ export default {
|
|
|
this.queryParam = {
|
|
|
dirverUserId: undefined, // 操作人id
|
|
|
stationNo: undefined, // 网点编号
|
|
|
- deviceNo: null, // 设备编号
|
|
|
+ srcDeviceCode: null, // 设备编号
|
|
|
beginDate: null, // 开始时间
|
|
|
endDate: null // 结束时间
|
|
|
}
|