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: { proxyTable: {
"/gyhl": { "/gyhl": {
// target: "/gyhl", //8889 // 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 // // target:"http://192.168.1.194:21925", //lj-local
changeOrigin: true, changeOrigin: true,
pathRewrite: { pathRewrite: {

View File

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

View File

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