|
|
|
@ -43,6 +43,25 @@
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</el-col>
|
|
|
|
|
|
|
|
|
|
<el-col :span="10" class="el-col">
|
|
|
|
|
<div class="text item">
|
|
|
|
|
<div class="itemTag">
|
|
|
|
|
<span>关联业务单据: </span>
|
|
|
|
|
</div>
|
|
|
|
|
<el-select v-model="inputQuery.localAction" placeholder="请选择" clearable="true">
|
|
|
|
|
<el-option
|
|
|
|
|
v-for="item in localTypes"
|
|
|
|
|
:key="item.localAction"
|
|
|
|
|
:label="item.localName"
|
|
|
|
|
:value="item.localAction">
|
|
|
|
|
<span style="float: left">{{ item.localName }}</span>
|
|
|
|
|
|
|
|
|
|
</el-option>
|
|
|
|
|
<!-- <span style="float: right; color: #8492a6; font-size: 13px">{{ item.action }}</span>-->
|
|
|
|
|
</el-select>
|
|
|
|
|
</div>
|
|
|
|
|
</el-col>
|
|
|
|
|
<!-- <el-col :span="10" class="el-col">-->
|
|
|
|
|
<!-- <div class="text item">-->
|
|
|
|
|
<!-- <div class="itemTag">-->
|
|
|
|
@ -60,28 +79,28 @@
|
|
|
|
|
<!-- </el-select>-->
|
|
|
|
|
<!-- </div>-->
|
|
|
|
|
<!-- </el-col>-->
|
|
|
|
|
<el-col :span="10" class="el-col">
|
|
|
|
|
<div class="text item">
|
|
|
|
|
<div class="itemTag">
|
|
|
|
|
<span>第三方单据类型: </span>
|
|
|
|
|
</div>
|
|
|
|
|
<el-select v-model="inputQuery.thirdAction" placeholder="请选择业务类型" clearable="true">
|
|
|
|
|
<el-option
|
|
|
|
|
v-for="item in originTypes"
|
|
|
|
|
:key="item.name"
|
|
|
|
|
:label="item.name"
|
|
|
|
|
:value="item.action">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<span style="float: left;font-size: 13px">{{ item.name }}</span>
|
|
|
|
|
<span style="float: right; color: #8492a6; font-size: 13px;margin-left: 10px">{{
|
|
|
|
|
item.thirdSysName
|
|
|
|
|
}}</span>
|
|
|
|
|
<!--<span style="float: right; color: #8492a6; font-size: 13px">{{ item.action }}</span>-->
|
|
|
|
|
</el-option>
|
|
|
|
|
</el-select>
|
|
|
|
|
</div>
|
|
|
|
|
</el-col>
|
|
|
|
|
<!-- <el-col :span="10" class="el-col">-->
|
|
|
|
|
<!-- <div class="text item">-->
|
|
|
|
|
<!-- <div class="itemTag">-->
|
|
|
|
|
<!-- <span>第三方单据类型: </span>-->
|
|
|
|
|
<!-- </div>-->
|
|
|
|
|
<!-- <el-select v-model="inputQuery.thirdAction" placeholder="请选择业务类型" clearable="true">-->
|
|
|
|
|
<!-- <el-option-->
|
|
|
|
|
<!-- v-for="item in originTypes"-->
|
|
|
|
|
<!-- :key="item.name"-->
|
|
|
|
|
<!-- :label="item.name"-->
|
|
|
|
|
<!-- :value="item.action">-->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- <span style="float: left;font-size: 13px">{{ item.name }}</span>-->
|
|
|
|
|
<!-- <span style="float: right; color: #8492a6; font-size: 13px;margin-left: 10px">{{-->
|
|
|
|
|
<!-- item.thirdSysName-->
|
|
|
|
|
<!-- }}</span>-->
|
|
|
|
|
<!-- <!–<span style="float: right; color: #8492a6; font-size: 13px">{{ item.action }}</span>–>-->
|
|
|
|
|
<!-- </el-option>-->
|
|
|
|
|
<!-- </el-select>-->
|
|
|
|
|
<!-- </div>-->
|
|
|
|
|
<!-- </el-col>-->
|
|
|
|
|
</el-row>
|
|
|
|
|
<el-row :gutter="20" class="el-row" type="flex">
|
|
|
|
|
|
|
|
|
@ -142,41 +161,19 @@
|
|
|
|
|
<!-- </el-col>-->
|
|
|
|
|
</el-row>
|
|
|
|
|
<el-row :gutter="20" class="el-row" type="flex">
|
|
|
|
|
<el-col :span="10" class="el-col">
|
|
|
|
|
<div class="text item">
|
|
|
|
|
<div class="itemTag">
|
|
|
|
|
<span>关联业务单据: </span>
|
|
|
|
|
</div>
|
|
|
|
|
<el-select v-model="inputQuery.localAction" placeholder="请选择" clearable="true">
|
|
|
|
|
<el-option
|
|
|
|
|
v-for="item in localTypes"
|
|
|
|
|
:key="item.localAction"
|
|
|
|
|
:label="item.localName"
|
|
|
|
|
:value="item.localAction">
|
|
|
|
|
<span style="float: left">{{ item.localName }}</span>
|
|
|
|
|
|
|
|
|
|
</el-option>
|
|
|
|
|
<!-- <span style="float: right; color: #8492a6; font-size: 13px">{{ item.action }}</span>-->
|
|
|
|
|
</el-select>
|
|
|
|
|
</div>
|
|
|
|
|
</el-col>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<el-col :span="10" class="el-col">
|
|
|
|
|
<el-col :span="20" class="el-col">
|
|
|
|
|
<div class="text item">
|
|
|
|
|
<div class="itemTag">
|
|
|
|
|
<span>备注: </span>
|
|
|
|
|
</div>
|
|
|
|
|
<el-input
|
|
|
|
|
style="width: 70%"
|
|
|
|
|
style="width: 80%"
|
|
|
|
|
size="small"
|
|
|
|
|
splaceholder="请输入内容"
|
|
|
|
|
v-model="inputQuery.remark"
|
|
|
|
|
></el-input>
|
|
|
|
|
</div>
|
|
|
|
|
</el-col>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
<el-row :gutter="20" class="el-row" type="flex">
|
|
|
|
|