|
@@ -578,11 +578,11 @@
|
|
</el-col>
|
|
</el-col>
|
|
</el-row>
|
|
</el-row>
|
|
<el-tooltip
|
|
<el-tooltip
|
|
|
|
+ v-if="formEditNodeModel?.isReferenceNumber === 0"
|
|
class="item"
|
|
class="item"
|
|
effect="light"
|
|
effect="light"
|
|
content="当前合同段未开启引用标号功能,表格无法获取,请联系维护人员处理"
|
|
content="当前合同段未开启引用标号功能,表格无法获取,请联系维护人员处理"
|
|
placement="top"
|
|
placement="top"
|
|
- :visible="false"
|
|
|
|
>
|
|
>
|
|
<el-form-item label="划分编号">
|
|
<el-form-item label="划分编号">
|
|
<el-input
|
|
<el-input
|
|
@@ -591,6 +591,12 @@
|
|
/>
|
|
/>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-tooltip>
|
|
</el-tooltip>
|
|
|
|
+ <el-form-item label="划分编号" v-else>
|
|
|
|
+ <el-input
|
|
|
|
+ v-model="formEditNodeModel.partitionCode"
|
|
|
|
+ placeholder="请输入划分编号"
|
|
|
|
+ />
|
|
|
|
+ </el-form-item>
|
|
|
|
|
|
<el-form-item class="hc-position-input-icon" label="模板位置">
|
|
<el-form-item class="hc-position-input-icon" label="模板位置">
|
|
<el-input
|
|
<el-input
|