Commit b7cc01fe authored by 周远喜's avatar 周远喜

ok

parent 6e144a32
......@@ -16,6 +16,7 @@
}
.dispatch_part{
border: 1px solid #ccc;
height: 100%;
.dispatch_part_top{
height: 50px;
line-height: 50px;
......
import Api from '@/plugins/request'
export default {
// index: `${apsResult}/scheduletotal/getall`,
// index: `${apsUrl}/scheduletotal/getall`,
paged(params) {
return Api.get(`${apsResult}/scheduletotal/getall`, params);
return Api.get(`${apsUrl}/scheduletotal/getall`, params);
},
getall(params) {
return Api.get(`${apsResult}/schema/getall`, params);
return Api.get(`${apsUrl}/schema/getall`, params);
},
clearall(params) {
return Api.post(`${apsResult}/schema/clearall`, params);
return Api.post(`${apsUrl}/schema/clearall`, params);
},
getdetail(params) {
return Api.get(`${apsResult}/scheduletotal/getdetail`, params);
return Api.get(`${apsUrl}/scheduletotal/getdetail`, params);
},
}
......@@ -61,7 +61,7 @@
<Input
v-model="formValidate.parameters"
type="textarea"
rows="3"
:rows="3"
style="width:634px;"
></Input>
</FormItem>
......@@ -71,7 +71,7 @@
<Input
v-model="formValidate.exception"
type="textarea"
rows="3"
:rows="3"
style="width:634px;"
></Input>
</FormItem>
......
......@@ -21,7 +21,7 @@
ref="grid"
:action="action"
:conditions="easySearch"
placeholder="请输入姓名或者员工编号进行搜索"
placeholder="请输入姓名/员工编号"
:high="true"
:height="tdHeight"
>
......
......@@ -169,8 +169,8 @@ export default {
},
formcontextdata: {
measures:'',
triaLevel:'',
conclusion:'',
triaLevel:[],
conclusion:[],
causeAnalysis:'',
},
formcontextclosedata:
......
<template>
<div>
<DataGrid :columns="columns" ref="grid" :action="action"><template slot="easySearch"><Form ref="formInline" :model="easySearch" inline><FormItem prop="keys"><Input placeholder="请输入关键字数据源名称/服务器地址/用户名" v-model="easySearch.keys.value" /> </FormItem>
<DataGrid :columns="columns" ref="grid" :action="action"><template slot="easySearch"><Form ref="formInline" :model="easySearch" inline><FormItem prop="keys"><Input placeholder="请输入数据源/服务器/用户" class="w200" v-model="easySearch.keys.value" /> </FormItem>
<FormItem><Button type="primary" @click="search">查询</Button></FormItem>
</Form></template>
<template slot="searchForm">
......
......@@ -4,7 +4,7 @@
<template slot="easySearch">
<Form ref="formInline" :model="easySearch" inline>
<FormItem prop="keys">
<Input placeholder="请输入关键字公司名称/公司编码" v-model="easySearch.keys.value" />
<Input placeholder="请输入公司名称/公司编码" v-model="easySearch.keys.value" class="w200"/>
</FormItem>
<FormItem>
<Button type="primary" @click="search">查询</Button>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment