|
|
|
@ -425,16 +425,16 @@ |
|
|
|
</el-footer> |
|
|
|
</el-dialog> |
|
|
|
|
|
|
|
<el-dialog width="420px" title="驳回意见" :close-on-click-modal="false" :visible.sync="submitModalFlag" v-drag> |
|
|
|
<el-form :inline="true" label-position="top" style="margin-top: -15px;"> |
|
|
|
<el-form-item label="意见"> |
|
|
|
<el-input type="textarea" :rows="4" v-model="rejectOpinion" style="width: 380px"></el-input> |
|
|
|
<el-dialog title="驳回" top="30vh" :close-on-click-modal="false" v-drag :visible.sync="submitModalFlag" width="500px"> |
|
|
|
<el-form label-position="top"> |
|
|
|
<el-form-item label="驳回意见/Reject Opinion"> |
|
|
|
<el-input type="textarea" v-model="rejectOpinion" :rows="3" resize="none" show-word-limit style="width: 479px;height: 30px"></el-input> |
|
|
|
</el-form-item> |
|
|
|
</el-form> |
|
|
|
<div slot="footer" class="dialog-footer"> |
|
|
|
<el-button @click="submitModalFlag = false">取消</el-button> |
|
|
|
<el-footer style="height:35px;margin-top:50px;text-align:center"> |
|
|
|
<el-button type="primary" :loading="submitLoading" @click="rejectSubmit">确定</el-button> |
|
|
|
</div> |
|
|
|
<el-button type="primary" @click="submitModalFlag = false">取消</el-button> |
|
|
|
</el-footer> |
|
|
|
</el-dialog> |
|
|
|
|
|
|
|
<el-dialog title="属性清单" :close-on-click-modal="false" v-drag :visible.sync="propertyChooseModalFlag" width="820px"> |
|
|
|
|