|
@@ -83,9 +83,9 @@
|
|
<el-col :span="6">
|
|
<el-col :span="6">
|
|
<el-form-item label="合同编号:" required>
|
|
<el-form-item label="合同编号:" required>
|
|
<el-input tabindex="-1" v-if="editStatus" style="width: 100%" v-model.trim="form.contractNo"
|
|
<el-input tabindex="-1" v-if="editStatus" style="width: 100%" v-model.trim="form.contractNo"
|
|
- size="small" type="text" @click="() =>contractChoiceHandler()" placeholder="请选择" :clearable="true">
|
|
|
|
|
|
+ size="small" type="text" @click="() =>contractChoiceHandler(this)" placeholder="请选择" :clearable="true">
|
|
<template #append>
|
|
<template #append>
|
|
- <el-button icon="Search" @click="() => contractChoiceHandler()" />
|
|
|
|
|
|
+ <el-button icon="Search" @click="() => contractChoiceHandler(this)" />
|
|
</template>
|
|
</template>
|
|
</el-input>
|
|
</el-input>
|
|
<span v-else style="width: 100%">
|
|
<span v-else style="width: 100%">
|
|
@@ -651,8 +651,8 @@
|
|
}
|
|
}
|
|
});
|
|
});
|
|
}
|
|
}
|
|
- function contractChoiceHandler() {
|
|
|
|
-
|
|
|
|
|
|
+ function contractChoiceHandler(input) {
|
|
|
|
+ form.value.contractNo = null;
|
|
proxy.$refs.contractChoiceRef.open();
|
|
proxy.$refs.contractChoiceRef.open();
|
|
}
|
|
}
|
|
function contractChoiceHandle(info) {
|
|
function contractChoiceHandle(info) {
|