Commit 8812684a authored by 张伯涛's avatar 张伯涛

修改

parent 6f6f1ab4
......@@ -22,6 +22,16 @@
<el-option value="0" label="否" />
</el-select>
</el-form-item>
<el-form-item label="是否有附件">
<el-select v-model="serchForm.fujian" clearable placeholder="请选择">
<el-option :value="''" label="全部" />
<el-option value="1" label="是" />
<el-option value="0" label="否" />
</el-select>
</el-form-item>
<el-form-item label="formID">
<el-input v-model.trim="serchForm.FROMID" clearable placeholder="请输入" maxlength="30" />
</el-form-item>
<el-form-item>
<el-button type="primary" @click="handleQuery()">查询</el-button>
</el-form-item>
......@@ -42,12 +52,13 @@
<el-table-column label="原合同ID" prop="FROMID" :show-overflow-tooltip="true" />
<el-table-column label="合同中文名称" prop="CONNAMECN" :show-overflow-tooltip="true">
<template slot-scope="{ row }">
<el-link type="primary" @click.stop="checkDetail(row)">{{row.CONNAMECN}}</el-link>
<el-link type="primary" @click.stop="checkDetail(row)">{{ row.CONNAMECN }}</el-link>
</template>
</el-table-column>
<el-table-column label="合同编码" prop="CONCODE" :show-overflow-tooltip="true" />
<el-table-column label="项目编码" prop="PROJNUMBER" :show-overflow-tooltip="true" />
<el-table-column label="项目名称" prop="PROJNAME" :show-overflow-tooltip="true" />
<el-table-column label="附件个数" prop="PROJNAME" :show-overflow-tooltip="true" />
<el-table-column label="合同业务类型" prop="BUSINESSTYPE" />
<el-table-column label="签约日期" prop="SIGNDATE" />
<!-- <el-table-column label="同步状态" prop="synchronization">
......@@ -81,7 +92,7 @@
<el-table-column width="135px" label="操作">
<template slot-scope="{ row }">
<el-link :underline="false" type="primary" @click.stop="update(row)">修改</el-link>
<!-- <el-link :underline="false" type="warning" style="margin-left: 10px " @click.stop="checkDetail(row)">查看</el-link>-->
<!-- <el-link :underline="false" type="warning" style="margin-left: 10px " @click.stop="checkDetail(row)">查看</el-link>-->
<el-link v-if="jurisdiction === '2016012550'" :underline="false" type="success" style="margin-left: 10px" @click.stop="pushInfo(row)">推送</el-link>
<el-link :underline="false" type="danger" style="margin-left: 10px " @click.stop="del(row)">删除</el-link>
</template>
......@@ -97,6 +108,7 @@
<el-table-column label="合同编码" prop="CONCODE" :show-overflow-tooltip="true" />
<el-table-column label="项目编码" prop="PROJNUMBER" :show-overflow-tooltip="true" />
<el-table-column label="项目名称" prop="PROJNAME" :show-overflow-tooltip="true" />
<el-table-column label="附件个数" prop="PROJNAME" :show-overflow-tooltip="true" />
<el-table-column label="合同业务类型" prop="BUSINESSTYPE" />
<el-table-column label="签约日期" prop="SIGNDATE" />
<!-- <el-table-column label="同步状态" prop="synchronization">
......@@ -130,7 +142,7 @@
<el-table-column width="135px" label="操作">
<template slot-scope="{ row }">
<el-link :underline="false" type="primary" @click.stop="update(row)">修改</el-link>
<!-- <el-link :underline="false" type="warning" style="margin-left: 10px " @click.stop="checkDetail(row)">查看</el-link>-->
<!-- <el-link :underline="false" type="warning" style="margin-left: 10px " @click.stop="checkDetail(row)">查看</el-link>-->
<el-link v-if="jurisdiction === '2016012550'" :underline="false" type="success" style="margin-left: 10px" @click.stop="pushInfo(row)">推送</el-link>
<el-link :underline="false" type="danger" style="margin-left: 10px " @click.stop="del(row)">删除</el-link>
</template>
......@@ -146,6 +158,7 @@
<el-table-column label="合同编码" prop="CONCODE" :show-overflow-tooltip="true" />
<el-table-column label="项目编码" prop="PROJNUMBER" :show-overflow-tooltip="true" />
<el-table-column label="项目名称" prop="PROJNAME" :show-overflow-tooltip="true" />
<el-table-column label="附件个数" prop="PROJNAME" :show-overflow-tooltip="true" />
<el-table-column label="合同业务类型" prop="BUSINESSTYPE" />
<el-table-column label="签约日期" prop="SIGNDATE" />
<!-- <el-table-column label="同步状态" prop="synchronization">
......@@ -179,7 +192,7 @@
<el-table-column width="135px" label="操作">
<template slot-scope="{ row }">
<el-link :underline="false" type="primary" @click.stop="update(row)">修改</el-link>
<!-- <el-link :underline="false" type="warning" style="margin-left: 10px " @click.stop="checkDetail(row)">查看</el-link>-->
<!-- <el-link :underline="false" type="warning" style="margin-left: 10px " @click.stop="checkDetail(row)">查看</el-link>-->
<el-link v-if="jurisdiction === '2016012550'" :underline="false" type="success" style="margin-left: 10px" @click.stop="pushInfo(row)">推送</el-link>
<el-link :underline="false" type="danger" style="margin-left: 10px " @click.stop="del(row)">删除</el-link>
</template>
......@@ -294,7 +307,9 @@ export default {
CONNAMECN: '',
CONCODE: '',
PROJNAME: '',
SYNCHRONIZATIONSTATUS: ''
FROMID: '',
SYNCHRONIZATIONSTATUS: '',
fujian: ''
},
errorForm: {
errorInformation: ''
......@@ -677,6 +692,8 @@ obj=this.typeform*/
CONCODE: this.serchForm.CONCODE,
PROJNUMBER: this.serchForm.PROJNUMBER,
PROJNAME: this.serchForm.PROJNAME,
FROMID: this.serchForm.FROMID,
fujian: this.serchForm.fujian,
SYNCHRONIZATIONSTATUS: this.serchForm.SYNCHRONIZATIONSTATUS
}
}).then(res => {
......@@ -705,6 +722,8 @@ obj=this.typeform*/
CONCODE: this.serchForm.CONCODE,
PROJNUMBER: this.serchForm.PROJNUMBER,
PROJNAME: this.serchForm.PROJNAME,
FROMID: this.serchForm.FROMID,
fujian: this.serchForm.fujian,
SYNCHRONIZATIONSTATUS: this.serchForm.SYNCHRONIZATIONSTATUS
}
}).then(res => {
......@@ -731,6 +750,8 @@ obj=this.typeform*/
CONCODE: this.serchForm.CONCODE,
PROJNUMBER: this.serchForm.PROJNUMBER,
PROJNAME: this.serchForm.PROJNAME,
FROMID: this.serchForm.FROMID,
fujian: this.serchForm.fujian,
SYNCHRONIZATIONSTATUS: this.serchForm.SYNCHRONIZATIONSTATUS
}
}).then(res => {
......
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