更新
This commit is contained in:
parent
2f934876b0
commit
b4000adbe9
@ -291,7 +291,7 @@
|
|||||||
<el-button type="primary" size="large" @click="InitiateContract"
|
<el-button type="primary" size="large" @click="InitiateContract"
|
||||||
>确认创建</el-button
|
>确认创建</el-button
|
||||||
>
|
>
|
||||||
<el-button type="info" size="large" @click="offPop">返回</el-button>
|
<el-button type="info" size="large" @click="offInitiateContractPop">返回</el-button>
|
||||||
</p>
|
</p>
|
||||||
</el-dialog>
|
</el-dialog>
|
||||||
<el-dialog v-model="showPop" @close="offPop">
|
<el-dialog v-model="showPop" @close="offPop">
|
||||||
@ -348,8 +348,8 @@ const offPop = () => {
|
|||||||
const InitiateContractPop = ref(false)
|
const InitiateContractPop = ref(false)
|
||||||
const showInitiateContractPop = ref(false)
|
const showInitiateContractPop = ref(false)
|
||||||
const offInitiateContractPop = () => {
|
const offInitiateContractPop = () => {
|
||||||
showPop.value = false
|
showInitiateContractPop.value = false
|
||||||
showConctactPop.value = false
|
InitiateContractPop.value = false
|
||||||
}
|
}
|
||||||
// 创建合同的id
|
// 创建合同的id
|
||||||
const contractId = ref('')
|
const contractId = ref('')
|
||||||
@ -391,8 +391,8 @@ const getDetails = async (id: any) => {
|
|||||||
const showChangeCompany = (row: any) => {
|
const showChangeCompany = (row: any) => {
|
||||||
contractId.value = row.id
|
contractId.value = row.id
|
||||||
getDetails(row.id)
|
getDetails(row.id)
|
||||||
showPop.value = true
|
// showPop.value = true
|
||||||
// ShowInitiateContractPop();
|
ShowInitiateContractPop()
|
||||||
}
|
}
|
||||||
|
|
||||||
const ShowInitiateContractPop = () => {
|
const ShowInitiateContractPop = () => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user