This commit is contained in:
xd 2024-04-15 21:04:52 +08:00
parent cd42430ed4
commit 653878fc83
3 changed files with 9 additions and 9 deletions

View File

@ -160,7 +160,7 @@
<el-col :span="10">
<el-form-item label="客户名称" prop="cusName">
<el-input v-model="form.cusName" placeholder="企查查查询" :disabled="true">
<el-button slot="append" icon="el-icon-search" @click="openQcc" v-if="buttonShow"></el-button>
<el-button icon="el-icon-search" @click="openQcc" v-if="buttonShow"></el-button>
</el-input>
</el-form-item>
</el-col>
@ -650,7 +650,7 @@ export default {
this.qccLoading = true;
qccListCustomer(this.queryQccParams).then(response => {
this.qccCustomerList = response.rows;
this.qccTotal = response.total;
//this.qccTotal = response.total;
//this.qccCurrentPage = 1;
this.qccLoading = false;
});
@ -678,7 +678,7 @@ export default {
/** 重置按钮操作 */
resetQccQuery() {
this.qccCustomerList = [];
this.qccTotal = 0;
//this.qccTotal = 0;
this.resetForm("queryQccForm");
}
/*****************************企查查查询模块*************************************/

View File

@ -160,7 +160,7 @@
<el-form-item label="客户" prop="quotCustomerName">
<el-input v-model="form.quotCustomerBm" v-if="false"/>
<el-input v-model="form.quotCustomerName" placeholder="请输入客户" :disabled="true">
<div v-hasPermi="['quot:quot:add']"><el-button slot="append" icon="el-icon-search" v-if="this.form.quotApprovalStatus == '0' || this.form.quotApprovalStatus == null"></el-button></div>
<div v-hasPermi="['quot:quot:add']"><el-button icon="el-icon-search" v-if="this.form.quotApprovalStatus == '0' || this.form.quotApprovalStatus == null"></el-button></div>
</el-input>
</el-form-item>
</el-col>
@ -260,7 +260,7 @@
:show-file-list="false"
:limit="1"
v-if="this.form.quotApprovalStatus == '0'">
<el-button slot="trigger" size="small" type="primary">上传文件</el-button>
<el-button size="small" type="primary">上传文件</el-button>
</el-upload>
</div>
<el-table class="down" :data="quotXjFileList" border stripe style="width: 100%;margin-top: 20px;" height="300px">
@ -362,7 +362,7 @@
:show-file-list="false"
:limit="1"
v-if="this.form.quotJsxzApprovalStatus == '0'">
<el-button slot="trigger" size="small" type="primary">上传文件</el-button>
<el-button size="small" type="primary">上传文件</el-button>
</el-upload>
</el-form-item>
</el-col>
@ -520,7 +520,7 @@
:show-file-list="false"
:limit="1"
v-if="this.form.quotApprovalStatus == '1'">
<el-button slot="trigger" size="small" type="primary">上传文件</el-button>
<el-button size="small" type="primary">上传文件</el-button>
</el-upload>
</div>
<el-table class="down" :data="quotFkFileList" border stripe style="width: 100%;margin-top: 20px;" height="300px">
@ -555,7 +555,7 @@
:show-file-list="false"
:limit="1"
v-if="uploadDis">
<el-button slot="trigger" size="small" type="primary">上传文件</el-button>
<el-button size="small" type="primary">上传文件</el-button>
</el-upload>
<el-table class="down" :data="quotJsqrFileList" border stripe style="width: 100%;margin-top: 20px;" height="200px">
<el-table-column prop="fileName" label="文件名称" ></el-table-column>

View File

@ -707,7 +707,7 @@
:show-file-list="false"
:limit="1"
v-if="uploadDis">
<el-button slot="trigger" size="small" type="primary">上传文件</el-button>
<el-button size="small" type="primary">上传文件</el-button>
</el-upload>
<el-table class="down" :data="quotJsqrFileList" border stripe style="width: 100%;margin-top: 20px;" height="200px">
<el-table-column prop="fileName" label="文件名称" ></el-table-column>