Commit db3875de authored by 华国豪's avatar 华国豪 🙄

‘上传word 行程 上传样式@’

parent 4e10b00f
...@@ -164,7 +164,7 @@ ...@@ -164,7 +164,7 @@
<p>收款对象</p> <p>收款对象</p>
<div> <div>
<span class="_lable">收款方式:</span> <span class="_lable">收款方式:</span>
<el-select filterable v-model='item.mode' @change="FinancialInstitutions_post_GetAccountList(item.mode, item.Type)" class="w100 _border_b_1"> <el-select filterable v-model='item.Type' @change="FinancialInstitutions_post_GetAccountList(item.Type, item.mode),item.AccountId=''" class="w100 _border_b_1">
<el-option v-for='item in AccList' <el-option v-for='item in AccList'
:label='item.Name' :label='item.Name'
:value='item.ID' :value='item.ID'
...@@ -172,7 +172,7 @@ ...@@ -172,7 +172,7 @@
</el-option> </el-option>
</el-select> </el-select>
<span class="_lable">账户类型:</span> <span class="_lable">账户类型:</span>
<el-select filterable v-model='item.Type' @change="FinancialInstitutions_post_GetAccountList(item.mode, item.Type)" class="w100 _border_b_1"> <el-select filterable v-model='item.mode' @change="FinancialInstitutions_post_GetAccountList(item.Type, item.mode),item.AccountId=''" class="w100 _border_b_1">
<el-option v-for='item in shouAccList' <el-option v-for='item in shouAccList'
:label='item.Name' :label='item.Name'
:value='item.ID' :value='item.ID'
...@@ -256,7 +256,7 @@ ...@@ -256,7 +256,7 @@
<p>付款方式</p> <p>付款方式</p>
<div> <div>
<span class="_lable">付款方式:</span> <span class="_lable">付款方式:</span>
<el-select filterable v-model='item.mode' @change="FinancialInstitutions_post_GetAccountList(item.mode, item.Type)" class="w100 _border_b_1"> <el-select filterable v-model='item.Type' @change="FinancialInstitutions_post_GetAccountList(item.Type, item.mode),item.AccountId=''" class="w100 _border_b_1">
<el-option v-for='item in AccList' <el-option v-for='item in AccList'
:label='item.Name' :label='item.Name'
:value='item.ID' :value='item.ID'
...@@ -264,7 +264,7 @@ ...@@ -264,7 +264,7 @@
</el-option> </el-option>
</el-select> </el-select>
<span class="_lable">账户类型:</span> <span class="_lable">账户类型:</span>
<el-select filterable v-model='item.Type' @change="FinancialInstitutions_post_GetAccountList(item.mode, item.Type)" class="w100 _border_b_1"> <el-select filterable v-model='item.mode' @change="FinancialInstitutions_post_GetAccountList(item.Type, item.mode),item.AccountId=''" class="w100 _border_b_1">
<el-option v-for='item in shouAccList' <el-option v-for='item in shouAccList'
:label='item.Name' :label='item.Name'
:value='item.ID' :value='item.ID'
......
...@@ -55,10 +55,30 @@ ...@@ -55,10 +55,30 @@
font-weight: 700; font-weight: 700;
font-size: 14px; font-size: 14px;
} }
.TC_Content ._pic_upload .el-upload-dragger {
font-size: 28px;
color: #8c939d;
width: 126px;
height: 80px;
line-height: 41px;
text-align: center;
}
.TC_Content ._pic_upload>div {
float: left;
width: 138px;
height: 92px;
border: 1px dashed rgba(210,210,210,1);
border-radius: 2px;
cursor: pointer;
margin-bottom: 10px;
padding: 5px;
margin-right: 10px;
position: relative;
}
</style> </style>
<template> <template>
<div> <div class="TC_Content">
<div class="TC_Content TC-MyList"> <div class=" TC-MyList">
<div class="query-box"> <div class="query-box">
<!--v-if="queryCommonData.IsParentCompany==1"--> <!--v-if="queryCommonData.IsParentCompany==1"-->
<div class="TC_companyList"> <div class="TC_companyList">
...@@ -607,7 +627,7 @@ ...@@ -607,7 +627,7 @@
<el-dropdown-item @click.native='goUrl("DistributionTransport",item.ID,"分销联运")'>分销联运 <el-dropdown-item @click.native='goUrl("DistributionTransport",item.ID,"分销联运")'>分销联运
</el-dropdown-item> </el-dropdown-item>
<el-dropdown-item @click.native='ckSellPoint(item)'>本团卖点</el-dropdown-item> <el-dropdown-item @click.native='ckSellPoint(item)'>本团卖点</el-dropdown-item>
<el-dropdown-item @click.native='ShowUploadWord(item)' style="display:none;">WORD行程</el-dropdown-item> <el-dropdown-item @click.native='ShowUploadWord(item)' >WORD行程</el-dropdown-item>
</el-dropdown-menu> </el-dropdown-menu>
</el-dropdown> </el-dropdown>
</div> </div>
...@@ -689,12 +709,12 @@ ...@@ -689,12 +709,12 @@
</div> </div>
</div> </div>
<div class="combottomDiv OPremarkDiv" v-if="queryCommonData.UploadWORDTip" v-loading="queryCommonData.uploadLoading"> <div class="combottomDiv OPremarkDiv" v-if="queryCommonData.UploadWORDTip" v-loading="queryCommonData.uploadLoading">
<div class="combottomTitle">上传WORD行程</div> <div class="combottomTitle">上传WORD行程 <button style="float:right;margin-right:100px;" class="hollowFixedBtn" type="primary" @click="queryCommonData.UploadWORDTip = false">{{$t('pub.cancelBtn')}}</button></div>
<el-form label-width="100px"> <el-form label-width="100px">
<el-col :span="8"> <el-col :span="8" class="_pic_upload">
<el-upload :http-request="uploadFileBtn" :multiple="true" :show-file-list="false" action="" accept="*.doc,*.docx"> <el-upload :http-request="uploadFileBtn" drag :multiple="true" :show-file-list="false" action="" accept="*.doc,*.docx">
<i class="el-icon-plus avatar-uploader-icon"></i> <i class="el-icon-plus avatar-uploader-icon"></i>
<div class="el-upload__text">点击上传</div> <div class="el-upload__text">点击/拖拽上传</div>
</el-upload> </el-upload>
</el-col> </el-col>
</el-form> </el-form>
......
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