fix: Modify "点检工单" search

This commit is contained in:
ruofei.yu 2025-09-10 10:59:06 +08:00
parent 99320115d6
commit 009e763dca
3 changed files with 11 additions and 4 deletions

View File

@ -12,7 +12,7 @@ module.exports = {
proxyTable: {
"/gyhl": {
// target: "/gyhl", //8889
target: "http://113.44.8.145:32/gyhl",
target: "http://36.137.58.70:52/gyhl",
// // target:"http://192.168.1.194:21925", //lj-local
changeOrigin: true,
pathRewrite: {

View File

@ -262,7 +262,7 @@ export default {
this[loadingType] = true;
const params = {
name: this.deviceSearchKeyword,
nameAndType: this.deviceSearchKeyword,
pageno: this.devicePageNo,
pagesize: this.devicePageSize
};

View File

@ -43,8 +43,15 @@
</el-select>
</el-form-item> -->
<el-form-item label="日期" style="width:34%" class="form_item-inline">
<el-date-picker v-model="planTime" type="daterange" range-separator="-" start-placeholder="开始日期"
end-placeholder="结束日期"></el-date-picker>
<!-- <el-date-picker v-model="planTime" type="daterange" range-separator="-" start-placeholder="开始日期"
end-placeholder="结束日期"></el-date-picker> -->
<el-date-picker
v-model="planTime"
type="datetimerange"
range-separator="至"
start-placeholder="开始日期"
end-placeholder="结束日期">
</el-date-picker>
</el-form-item>
</div>
<div class="form_item_btn_out">