|
|
@@ -562,13 +562,13 @@
|
|
|
@click="batchCostsubmit">确 定</el-button>
|
|
|
</span>
|
|
|
</el-dialog>
|
|
|
- <el-dialog :append-to-body="true" title="费用复制窗口" :visible.sync="productCostCopyDialogVisible"
|
|
|
+ <el-dialog :append-to-body="true" title="费用复制窗口" :visible.sync="productCostCopyDialogVisible"
|
|
|
:close-on-click-modal="false" :fullscreen="true">
|
|
|
<div class="p-2">
|
|
|
<el-form :inline="true" :model="productcopyItemPageRequest" class="demo-form-inline" size="small"
|
|
|
label-width="80px">
|
|
|
<el-form-item label="选择协议">
|
|
|
- <el-select v-model="productcopyItemPageRequest.agreementId" placeholder="请选择协议">
|
|
|
+ <el-select v-model="productcopyItemPageRequest.agreementId" filterable clearable placeholder="请选择协议">
|
|
|
<el-option v-for="(item, index) in protocolpageResult" :key="index"
|
|
|
:label="`${item.agreementName}-${item.businessDescription}-${item.jobDescription}`"
|
|
|
:value="item.id"></el-option>
|