Commit b21fb7ec by 潘际乾

任务列表

parent 53f0175b
......@@ -332,6 +332,7 @@ export default {
<style>
.eContainer-table-block {
margin-top: 15px;
position: relative;
}
.eContainer-table-block .paginationLable {
font-size: 12px;
......
......@@ -16,7 +16,7 @@
>
<el-row>
<c-col :span="23">
<c-col :span="23" style="margin-left: 9px;">
<c-col :span="8">
<el-form-item label="申报编号" prop="errsel.rptno" style="width: 100%">
<c-input
......@@ -64,7 +64,7 @@
</el-form-item>
</c-col>
</c-col>
<c-col :span="23" style="text-align: right;height:36.8px">
<c-col :span="23" style="margin-left: 9px;text-align: right;height:36.8px">
<el-button size="small" @click="errpHandleReset">重置</el-button>
<el-button
type="primary"
......@@ -81,6 +81,7 @@
</c-list-search> -->
<el-row>
<c-col :span="23" style="margin-left: 9px;">
<c-istream-table :list="stmData.data" :columns="stmData.columns" :showButtonFlg="true">
<el-table-column fixed="right" prop="op" label="操作" width="120px">
<template slot="header">
......@@ -94,6 +95,7 @@
</template>
</el-table-column>
</c-istream-table>
</c-col>
</el-row>
<!--
<c-col :span="12">
......
......@@ -11,7 +11,7 @@
size="small"
>
<el-row>
<c-col :span="23">
<c-col :span="23" style="margin-left: 9px;">
<c-col :span="8">
<el-form-item label="业务编号" prop="bopquep.ownref" style="width: 100%">
<c-input
......@@ -71,7 +71,7 @@
</el-row>
<el-row v-show="searchSlot.searchToggle">
<c-col :span="23">
<c-col :span="23" style="margin-left: 9px;">
<c-col :span="8">
<el-form-item label="申报号码" prop="bopquep.rptno" style="width: 100%">
<c-input
......@@ -110,7 +110,7 @@
</c-col>
</c-col>
<c-col :span="23">
<c-col :span="23" style="margin-left: 9px;">
<c-col :span="8">
<el-form-item label="客户名称" prop="bopquep.ptynam" style="width: 100%">
<c-input
......@@ -159,7 +159,7 @@
</c-col>
<c-col :span="23">
<c-col :span="23" style="margin-left: 9px;">
<c-col :span="8">
<el-form-item label="笔数" prop="bopquep.sum" style="width: 100%">
<c-input
......@@ -193,13 +193,14 @@
</c-list-search>
<c-row style="margin-top: 10px">
<c-col>
<c-col style="margin-left: 9px;">
<c-button size="small" type="primary" style="margin-left:0">导出Excel</c-button>
<c-button size="small" type="primary" style="margin-left:0">应急导出</c-button>
</c-col>
</c-row>
<el-row>
<c-col :span="23" style="margin-left: 9px;">
<c-istream-table :list="stmData.data" :columns="stmData.columns" :showButtonFlg="true">
<el-table-column fixed="right" prop="op" label="操作" width="200px">
<template slot="header">
......@@ -219,6 +220,7 @@
</template>
</el-table-column>
</c-istream-table>
</c-col>
</el-row>
<!-- <c-col :span="12">
......
......@@ -12,7 +12,7 @@
size="small"
>
<el-row>
<c-col :span="23">
<c-col :span="23" style="margin-left: 9px;">
<c-col :span="8">
<el-form-item label="业务编号" prop="searef" style="width: 100%">
<c-input
......@@ -80,7 +80,7 @@
</c-col>
</el-row>
<el-row>
<c-col :span="23">
<c-col :span="23" style="margin-left: 9px;">
<c-col :span="8">
<el-form-item label="业务类型" prop="seasec" style="width: 100%">
<c-select
......@@ -171,7 +171,7 @@
</c-col>
<c-col
:span="23"
style="text-align: right;height:36.8px"
style="text-align: right;height:36.8px;margin-left: 9px;"
v-if="
model.usfmod.flt === '<SELU>' || model.usfmod.flt === '<SELB>'
"
......@@ -249,7 +249,7 @@
</div> -->
<el-row>
<c-col :span="24">
<c-col :span="23" style="margin-left: 9px;">
<c-istream-table :list="stmData.data" :columns="stmData.columns" :showButtonFlg="true">
<el-table-column
fixed="right"
......
......@@ -238,6 +238,7 @@
<c-col :span="20">
<c-form-item label="开证日期" prop="didgrp.rec.opndat">
<c-date-picker
style="width: 40%"
type="date"
v-model="model.didgrp.rec.opndat"
value-format="yyyy-MM-dd"
......@@ -247,7 +248,7 @@
</c-col>
</c-col>
<c-col :span="24">
<c-col :span="13">
<c-col :span="20">
<el-form-item
v-if="model.didgrp.rec.mytype == 'H'"
label="最迟货物装运日"
......@@ -257,7 +258,7 @@
type="date"
v-model="model.didgrp.rec.shpdat"
value-format="yyyy-MM-dd"
style="width: 95%"
style="width: 40%"
placeholder="请选择Date"
></c-date-picker>
</el-form-item>
......@@ -270,7 +271,7 @@
type="date"
v-model="model.didgrp.rec.shpdat"
value-format="yyyy-MM-dd"
style="width: 95%"
style="width: 40%"
placeholder="请选择Date"
></c-date-picker>
</el-form-item>
......@@ -283,7 +284,7 @@
type="date"
v-model="model.didgrp.rec.shpdat"
value-format="yyyy-MM-dd"
style="width: 95%"
style="width: 40%"
placeholder="请选择"
></c-date-picker>
</el-form-item>
......@@ -293,6 +294,7 @@
<c-col :span="20">
<c-form-item label="有效日期" prop="didgrp.rec.expdat">
<c-date-picker
style="width: 40%"
type="date"
v-model="model.didgrp.rec.expdat"
value-format="yyyy-MM-dd"
......
......@@ -59,7 +59,7 @@
</c-col>
</el-row> -->
<el-row>
<c-col :span="23">
<c-col :span="23" style="margin-left: 9px;">
<c-col :span="8">
<el-form-item label="业务编号" prop="selobj" style="width: 100%">
<c-input
......@@ -120,7 +120,7 @@
</el-row>
<el-row>
<c-col :span="23">
<c-col :span="23" style="margin-left: 9px;">
<c-col :span="8">
<el-form-item
label="选择用户"
......@@ -180,7 +180,7 @@
</c-col>
</c-col>
<c-col :span="23">
<c-col :span="23" style="margin-left: 9px;">
<c-col :span="8" v-if="model.usfmod.flt === '<SELU>'">
<el-form-item label="经办柜员" style="width: 100%">
<c-input></c-input>
......@@ -292,7 +292,7 @@
详情
</c-button>
</c-col> -->
<c-col :span="24">
<c-col :span="23" style="margin-left: 9px;">
<c-istream-table
:list="stmData.data"
:columns="stmData.columns"
......
......@@ -59,7 +59,7 @@
</c-col>
</el-row> -->
<el-row>
<c-col :span="23">
<c-col :span="23" style="margin-left: 9px;">
<c-col :span="8">
<el-form-item label="业务编号" prop="selobj" style="width: 100%">
<c-input
......@@ -132,7 +132,7 @@
</el-row>
<el-row>
<c-col :span="23">
<c-col :span="23" style="margin-left: 9px;">
<c-col :span="8">
<el-form-item label="业务描述" prop="seltxt" style="width: 100%">
<c-input
......@@ -185,7 +185,7 @@
>
</c-col>
</c-col>
<c-col :span="23" style="text-align: right;height:36.8px" v-if="model.usfmod.flt === '<SELU>'||model.usfmod.flt === '<SELB>'">
<c-col :span="23" style="margin-left: 9px;text-align: right;height:36.8px" v-if="model.usfmod.flt === '<SELU>'||model.usfmod.flt === '<SELB>'">
<el-button size="small" @click="sptfndHandleReset">重置</el-button>
<el-button
type="primary"
......@@ -196,7 +196,7 @@
>
</c-col>
<c-col :span="23">
<c-col :span="23" style="margin-left: 9px;">
<!-- <c-col :span="12" style="text-align:center" >
<c-checkbox v-model="model.chkypt">云平台</c-checkbox>
</c-col> -->
......@@ -279,7 +279,7 @@
详情
</c-button>
</c-col> -->
<c-col :span="24">
<c-col :span="23" style="margin-left: 9px;">
<c-istream-table :list="stmData.data" :columns="stmData.columns" :showButtonFlg="true">
<el-table-column fixed="right" prop="op" label="操作" width="140px">
<template slot="header">
......
......@@ -12,7 +12,7 @@
size="small"
>
<el-row>
<c-col :span="23">
<c-col :span="23" style="margin-left: 9px;">
<c-col :span="8">
<el-form-item
label="业务编号"
......@@ -82,7 +82,7 @@
</c-col>
-->
<el-row>
<c-col :span="23">
<c-col :span="23" style="margin-left: 9px;">
<c-col :span="8">
<el-form-item
label="业务状态"
......@@ -164,7 +164,7 @@
</el-form-item>
</c-col>
</c-col>
<c-col :span="23">
<c-col :span="23" style="margin-left: 9px;">
<c-col :span="8">
<el-form-item
label="业务标志"
......@@ -395,7 +395,7 @@
v-on:multipleSelect="multipleSelect"
> -->
<el-row>
<c-col :span="24">
<c-col :span="23" style="margin-left: 9px;">
<c-istream-table :list="stmData.data" :columns="stmData.columns" style="width:100%" :showButtonFlg="true">
<el-table-column
fixed="right"
......
......@@ -12,7 +12,7 @@
size="small"
>
<el-row>
<c-col :span="23">
<c-col :span="23" style="margin-left: 9px;">
<c-col :span="8">
<el-form-item
label="业务编号"
......@@ -77,7 +77,7 @@
</c-col>
-->
<el-row>
<c-col :span="23">
<c-col :span="23" style="margin-left: 9px;">
<c-col :span="8">
<el-form-item
label="业务状态"
......@@ -151,7 +151,7 @@
</el-form-item>
</c-col>
</c-col>
<c-col :span="23">
<c-col :span="23" style="margin-left: 9px;">
<c-col :span="8">
<el-form-item
label="业务标志"
......@@ -384,7 +384,7 @@
v-on:multipleSelect="multipleSelect"
> -->
<el-row>
<c-col :span="24">
<c-col :span="23" style="margin-left: 9px;">
<c-istream-table :list="stmData.data" :columns="stmData.columns" style="width:100%" :showButtonFlg="true">
<el-table-column
fixed="right"
......
......@@ -184,7 +184,7 @@
</c-button>
</c-col>
-->
<c-col :span="11" style="margin-left:20px;text-align:right">
<c-col :span="11" style="margin-left: 9px;text-align:right">
<!-- <c-row> -->
<!-- <c-col :span="23" style="margin-left:35px;text-align:right"> -->
<c-button size="small" type="primary" @click="onLiaccvAdd">
......@@ -216,7 +216,7 @@
</c-col>
<!-- <c-col :span="24"><div style="height: 10px"></div></c-col> -->
<c-col :span="23" style="margin:0 20px">
<c-col :span="23" style="margin-left: 9px;">
<c-table
:border="true"
:list="model.liaall.liaccv.liaccvg"
......
......@@ -5,7 +5,11 @@
<!-- <c-table :columnsConfig="tableColumns" :list="tableData"></c-table> -->
<span slot="label">
待经办列表
<el-badge v-if="$store.state.Status.taskList.sptsel>0" :value="$store.state.Status.taskList.sptsel" :max="99"/>
<el-badge
v-if="$store.state.Status.taskList.sptsel > 0"
:value="$store.state.Status.taskList.sptsel"
:max="99"
/>
</span>
<c-content :height="160">
<t-sptsel />
......@@ -15,7 +19,11 @@
<el-tab-pane label="待复核列表" name="trnrel">
<span slot="label">
待复核列表
<el-badge v-if="$store.state.Status.taskList.trnrel>0" :value="$store.state.Status.taskList.trnrel" :max="99"/>
<el-badge
v-if="$store.state.Status.taskList.trnrel > 0"
:value="$store.state.Status.taskList.trnrel"
:max="99"
/>
</span>
<c-content :height="160">
<t-trnrel />
......@@ -33,17 +41,25 @@
<el-tab-pane label="草稿箱" name="sptbrk">
<span slot="label">
草稿箱
<el-badge v-if="$store.state.Status.taskList.sptbrk>0" :value="$store.state.Status.taskList.sptbrk" :max="99"/>
<el-badge
v-if="$store.state.Status.taskList.sptbrk > 0"
:value="$store.state.Status.taskList.sptbrk"
:max="99"
/>
</span>
<t-sptbrk />
</el-tab-pane>
<el-tab-pane label="到期提示" name="diasel">
<span slot="label">
到期提示
<el-badge v-if="$store.state.Status.taskList.diasel>0" :value="$store.state.Status.taskList.diasel" :max="99"/>
<el-badge
v-if="$store.state.Status.taskList.diasel > 0"
:value="$store.state.Status.taskList.diasel"
:max="99"
/>
</span>
<c-content :height="160">
<t-diasel/>
<t-diasel />
</c-content>
</el-tab-pane>
</c-tabs>
......@@ -51,8 +67,6 @@
</template>
<script>
import Sptsel from "~/views/Business/Sptsel";
import Sptbrk from "~/views/Business/Sptsel/Sptbrk";
import Trnrel from "~/views/Business/Trnrel";
......@@ -61,34 +75,31 @@ import Diasel from "~/views/Business/Diasel";
import Bopsel from "~/views/Business/Bopsel";
export default {
data(){
return{
}
data() {
return {};
},
computed: {
tabVal: {
get() {
return this.$store.state.Status.taskListTabVal || "sptsel"
return this.$store.state.Status.taskListTabVal || "sptsel";
},
set(val) {
this.$store.commit("setTaskListTabVal", val)
}
}
this.$store.commit("setTaskListTabVal", val);
},
name: "TaskList",
created() {
},
methods: {
tabClick(tab) {
},
name: "TaskList",
created() {},
methods: {
tabClick(tab) {},
},
components:{
"t-sptsel" : Sptsel,
"t-sptbrk" : Sptbrk,
"t-trnrel" : Trnrel,
"t-trnfnd" : Trnfnd,
"t-diasel" : Diasel,
"t-bopsel" : Bopsel,
components: {
"t-sptsel": Sptsel,
"t-sptbrk": Sptbrk,
"t-trnrel": Trnrel,
"t-trnfnd": Trnfnd,
"t-diasel": Diasel,
"t-bopsel": Bopsel,
},
};
</script>
......
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