|
|
|
@ -209,7 +209,7 @@
|
|
|
|
<template v-slot:is_framework>
|
|
|
|
<template v-slot:is_framework>
|
|
|
|
<div class="xy-table-item">
|
|
|
|
<div class="xy-table-item">
|
|
|
|
<div class="xy-table-item-label" style="width: 200px;">
|
|
|
|
<div class="xy-table-item-label" style="width: 200px;">
|
|
|
|
<span style="color: red;font-weight: 600;padding-right: 4px;">*</span>是否框架协议
|
|
|
|
<span style="color: red;font-weight: 600;padding-right: 4px;">*</span>是否新生成框架协议
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="xy-table-item-content">
|
|
|
|
<div class="xy-table-item-content">
|
|
|
|
<el-switch v-model="detail.is_framework" active-text="是" inactive-text="否" :active-value="1"
|
|
|
|
<el-switch v-model="detail.is_framework" active-text="是" inactive-text="否" :active-value="1"
|
|
|
|
@ -220,7 +220,7 @@
|
|
|
|
<template v-slot:use_framework_buy>
|
|
|
|
<template v-slot:use_framework_buy>
|
|
|
|
<div class="xy-table-item">
|
|
|
|
<div class="xy-table-item">
|
|
|
|
<div class="xy-table-item-label" style="width: 200px;">
|
|
|
|
<div class="xy-table-item-label" style="width: 200px;">
|
|
|
|
<span style="color: red;font-weight: 600;padding-right: 4px;">*</span>是否使用框架协议内的采购
|
|
|
|
<span style="color: red;font-weight: 600;padding-right: 4px;">*</span>是否使用框架协议采购内容
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="xy-table-item-content">
|
|
|
|
<div class="xy-table-item-content">
|
|
|
|
<el-switch v-model="detail.use_framework_buy" active-text="是" inactive-text="否" :active-value="1"
|
|
|
|
<el-switch v-model="detail.use_framework_buy" active-text="是" inactive-text="否" :active-value="1"
|
|
|
|
@ -822,7 +822,11 @@ import { resetSelect } from '@/utils'
|
|
|
|
if(val){
|
|
|
|
if(val){
|
|
|
|
this.getContractToContracts();
|
|
|
|
this.getContractToContracts();
|
|
|
|
}else{
|
|
|
|
}else{
|
|
|
|
resetSelect(this.contractSelect);
|
|
|
|
this.contractSelect = {
|
|
|
|
|
|
|
|
page: 1,
|
|
|
|
|
|
|
|
page_size: 10,
|
|
|
|
|
|
|
|
is_framework: 1,
|
|
|
|
|
|
|
|
}
|
|
|
|
this.contractList = [];
|
|
|
|
this.contractList = [];
|
|
|
|
this.contractTotal = 0;
|
|
|
|
this.contractTotal = 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|