|
|
@ -285,7 +285,7 @@ |
|
|
</el-form> |
|
|
</el-form> |
|
|
</div> |
|
|
</div> |
|
|
<el-footer style="height:25px;text-align:center"> |
|
|
<el-footer style="height:25px;text-align:center"> |
|
|
<template v-if="modalData.createBy2 && modalData.createBy2.split(';').includes(createBy2)"> |
|
|
|
|
|
|
|
|
<template v-if="modalData.changeStatus === '草稿' || (modalData.createBy2 && modalData.createBy2.split(';').includes(createBy2) && modalData.changeStatus === '审批中')"> |
|
|
<el-button type="primary" :loading="saveLoading" @click="saveData">保存</el-button> |
|
|
<el-button type="primary" :loading="saveLoading" @click="saveData">保存</el-button> |
|
|
</template> |
|
|
</template> |
|
|
<el-button type="primary" @click="modalFlag = false">关闭</el-button> |
|
|
<el-button type="primary" @click="modalFlag = false">关闭</el-button> |
|
|
@ -392,7 +392,7 @@ |
|
|
</el-form> |
|
|
</el-form> |
|
|
</div> |
|
|
</div> |
|
|
<el-footer style="height:25px;text-align:center"> |
|
|
<el-footer style="height:25px;text-align:center"> |
|
|
<template v-if="modalData.createBy2 && modalData.createBy2.split(';').includes(createBy2)"> |
|
|
|
|
|
|
|
|
<template v-if="modalData.changeStatus === '草稿' || (modalData.createBy2 && modalData.createBy2.split(';').includes(createBy2) && modalData.changeStatus === '审批中')"> |
|
|
<el-button type="primary" :loading="saveLoading" @click="saveData">保存</el-button> |
|
|
<el-button type="primary" :loading="saveLoading" @click="saveData">保存</el-button> |
|
|
</template> |
|
|
</template> |
|
|
<el-button type="primary" @click="modalFlag = false">关闭</el-button> |
|
|
<el-button type="primary" @click="modalFlag = false">关闭</el-button> |
|
|
@ -550,7 +550,7 @@ |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
<el-footer style="height:25px;text-align:center"> |
|
|
<el-footer style="height:25px;text-align:center"> |
|
|
<template v-if="modalData.createBy2 && modalData.createBy2.split(';').includes(createBy2)"> |
|
|
|
|
|
|
|
|
<template v-if="modalData.changeStatus === '草稿' || (modalData.createBy2 && modalData.createBy2.split(';').includes(createBy2) && modalData.changeStatus === '审批中')"> |
|
|
<el-button type="primary" :loading="saveLoading" @click="saveData">保存</el-button> |
|
|
<el-button type="primary" :loading="saveLoading" @click="saveData">保存</el-button> |
|
|
</template> |
|
|
</template> |
|
|
<el-button type="primary" @click="modalFlag = false">关闭</el-button> |
|
|
<el-button type="primary" @click="modalFlag = false">关闭</el-button> |
|
|
@ -612,7 +612,7 @@ |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
<el-footer style="height:25px;text-align:center"> |
|
|
<el-footer style="height:25px;text-align:center"> |
|
|
<template v-if="modalData.createBy2 && modalData.createBy2.split(';').includes(createBy2)"> |
|
|
|
|
|
|
|
|
<template v-if="modalData.changeStatus === '草稿' || (modalData.createBy2 && modalData.createBy2.split(';').includes(createBy2) && modalData.changeStatus === '审批中')"> |
|
|
<el-button type="primary" :loading="saveLoading" @click="saveData">保存</el-button> |
|
|
<el-button type="primary" :loading="saveLoading" @click="saveData">保存</el-button> |
|
|
</template> |
|
|
</template> |
|
|
<el-button type="primary" @click="modalFlag = false">关闭</el-button> |
|
|
<el-button type="primary" @click="modalFlag = false">关闭</el-button> |
|
|
|