123
This commit is contained in:
parent
cd42430ed4
commit
653878fc83
|
@ -160,7 +160,7 @@
|
||||||
<el-col :span="10">
|
<el-col :span="10">
|
||||||
<el-form-item label="客户名称" prop="cusName">
|
<el-form-item label="客户名称" prop="cusName">
|
||||||
<el-input v-model="form.cusName" placeholder="企查查查询" :disabled="true">
|
<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-input>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
|
@ -650,7 +650,7 @@ export default {
|
||||||
this.qccLoading = true;
|
this.qccLoading = true;
|
||||||
qccListCustomer(this.queryQccParams).then(response => {
|
qccListCustomer(this.queryQccParams).then(response => {
|
||||||
this.qccCustomerList = response.rows;
|
this.qccCustomerList = response.rows;
|
||||||
this.qccTotal = response.total;
|
//this.qccTotal = response.total;
|
||||||
//this.qccCurrentPage = 1;
|
//this.qccCurrentPage = 1;
|
||||||
this.qccLoading = false;
|
this.qccLoading = false;
|
||||||
});
|
});
|
||||||
|
@ -678,7 +678,7 @@ export default {
|
||||||
/** 重置按钮操作 */
|
/** 重置按钮操作 */
|
||||||
resetQccQuery() {
|
resetQccQuery() {
|
||||||
this.qccCustomerList = [];
|
this.qccCustomerList = [];
|
||||||
this.qccTotal = 0;
|
//this.qccTotal = 0;
|
||||||
this.resetForm("queryQccForm");
|
this.resetForm("queryQccForm");
|
||||||
}
|
}
|
||||||
/*****************************企查查查询模块*************************************/
|
/*****************************企查查查询模块*************************************/
|
||||||
|
|
|
@ -160,7 +160,7 @@
|
||||||
<el-form-item label="客户" prop="quotCustomerName">
|
<el-form-item label="客户" prop="quotCustomerName">
|
||||||
<el-input v-model="form.quotCustomerBm" v-if="false"/>
|
<el-input v-model="form.quotCustomerBm" v-if="false"/>
|
||||||
<el-input v-model="form.quotCustomerName" placeholder="请输入客户" :disabled="true">
|
<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-input>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
|
@ -260,7 +260,7 @@
|
||||||
:show-file-list="false"
|
:show-file-list="false"
|
||||||
:limit="1"
|
:limit="1"
|
||||||
v-if="this.form.quotApprovalStatus == '0'">
|
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>
|
</el-upload>
|
||||||
</div>
|
</div>
|
||||||
<el-table class="down" :data="quotXjFileList" border stripe style="width: 100%;margin-top: 20px;" height="300px">
|
<el-table class="down" :data="quotXjFileList" border stripe style="width: 100%;margin-top: 20px;" height="300px">
|
||||||
|
@ -362,7 +362,7 @@
|
||||||
:show-file-list="false"
|
:show-file-list="false"
|
||||||
:limit="1"
|
:limit="1"
|
||||||
v-if="this.form.quotJsxzApprovalStatus == '0'">
|
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-upload>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
|
@ -520,7 +520,7 @@
|
||||||
:show-file-list="false"
|
:show-file-list="false"
|
||||||
:limit="1"
|
:limit="1"
|
||||||
v-if="this.form.quotApprovalStatus == '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>
|
</el-upload>
|
||||||
</div>
|
</div>
|
||||||
<el-table class="down" :data="quotFkFileList" border stripe style="width: 100%;margin-top: 20px;" height="300px">
|
<el-table class="down" :data="quotFkFileList" border stripe style="width: 100%;margin-top: 20px;" height="300px">
|
||||||
|
@ -555,7 +555,7 @@
|
||||||
:show-file-list="false"
|
:show-file-list="false"
|
||||||
:limit="1"
|
:limit="1"
|
||||||
v-if="uploadDis">
|
v-if="uploadDis">
|
||||||
<el-button slot="trigger" size="small" type="primary">上传文件</el-button>
|
<el-button size="small" type="primary">上传文件</el-button>
|
||||||
</el-upload>
|
</el-upload>
|
||||||
<el-table class="down" :data="quotJsqrFileList" border stripe style="width: 100%;margin-top: 20px;" height="200px">
|
<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>
|
<el-table-column prop="fileName" label="文件名称" ></el-table-column>
|
||||||
|
|
|
@ -707,7 +707,7 @@
|
||||||
:show-file-list="false"
|
:show-file-list="false"
|
||||||
:limit="1"
|
:limit="1"
|
||||||
v-if="uploadDis">
|
v-if="uploadDis">
|
||||||
<el-button slot="trigger" size="small" type="primary">上传文件</el-button>
|
<el-button size="small" type="primary">上传文件</el-button>
|
||||||
</el-upload>
|
</el-upload>
|
||||||
<el-table class="down" :data="quotJsqrFileList" border stripe style="width: 100%;margin-top: 20px;" height="200px">
|
<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>
|
<el-table-column prop="fileName" label="文件名称" ></el-table-column>
|
||||||
|
|
Loading…
Reference in New Issue