|
|
@@ -72,7 +72,7 @@
|
|
|
<el-button class="ktbuttonactive" size="small" :style="ktbuttonStyle" @click="productHistory">历史记录</el-button>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <kt-common-table :tableHeights="610" :SerialShow="false" :operationWidth="250" :showOperation="true"
|
|
|
+ <kt-common-table :tableHeights="580" :SerialShow="false" :operationWidth="250" :showOperation="true"
|
|
|
:showBatchDelete="true" :showBatchSettled="false" :showBatchPrint="false" :customToolseletted="true"
|
|
|
:data="productPageResult" :columns="productColumns" @findPage="productCostFindPage" button2Name="编辑"
|
|
|
button2Type="text" button3Type="text" button5Type="text" :button2style="{ color: '#2D4D89' }"
|
|
|
@@ -395,7 +395,7 @@
|
|
|
label-width="80px">
|
|
|
<el-form-item label="选择协议">
|
|
|
<el-select v-model="productcopyItemPageRequest.agreementId" placeholder="请选择协议">
|
|
|
- <el-option v-for="(item, index) in protocolpageResult" :key="index" :label="item.agreementAbbreviation"
|
|
|
+ <el-option v-for="(item, index) in protocolpageResult" :key="index" :label="item.agreementName"
|
|
|
:value="item.id"></el-option>
|
|
|
</el-select>
|
|
|
</el-form-item>
|
|
|
@@ -1034,8 +1034,6 @@ export default {
|
|
|
// 生命周期函数
|
|
|
created() {
|
|
|
this.insuranceCompanyId = this.$route.query.insuranceCompanyId;
|
|
|
- console.log( this.insuranceCompanyId,222222222111111111);
|
|
|
-
|
|
|
this.productpageRequest.agreementId = this.$route.query.id;
|
|
|
this.productCostForm.agreementId = this.$route.query.id;
|
|
|
this.licenseQuery();
|
|
|
@@ -1051,7 +1049,7 @@ export default {
|
|
|
this.$api.insCompany.shutdown().then((res) => {
|
|
|
this.permissions = res.data;
|
|
|
});
|
|
|
- this.$api.insCompany.getAllAgreement().then((res) => {
|
|
|
+ this.$api.insCompany.getAllAgreement( this.productpageRequest.agreementId).then((res) => {
|
|
|
if (res.code == 200) {
|
|
|
this.protocolpageResult = res.data;
|
|
|
} else {
|