| | |
| | | v-model="insertform.type" |
| | | autocomplete="off" |
| | | style="width:85%" |
| | | :placeholder="$t('shuJuGuanLi.shuJuJianSuo.valuetwo')+$t('dataManage.styleObj.type')" |
| | | :placeholder="$t('shuJuGuanLi.shuJuJianSuo.valuetwo')+$t('dataManage.styleObj.type')" |
| | | ></el-input> |
| | | </el-form-item> |
| | | <el-form-item |
| | |
| | | :placeholder="$t('shuJuGuanLi.shuJuJianSuo.valuetree')+$t('dataManage.styleObj.dirid')" |
| | | style="width:85%" |
| | | @focus="setOptionWidth" |
| | | |
| | | > |
| | | <el-option |
| | | :value="insertform.dirid" |
| | |
| | | > |
| | | <el-select |
| | | v-model="insertform.depid" |
| | | :placeholder="$t('shuJuGuanLi.shuJuJianSuo.valuetree')+$t('dataManage.styleObj.depid')" |
| | | :placeholder="$t('shuJuGuanLi.shuJuJianSuo.valuetree')+$t('dataManage.styleObj.depid')" |
| | | style="width:85%" |
| | | @focus="setOptionWidth" |
| | | |
| | | > |
| | | <el-option |
| | | :value="insertform.depid" |
| | |
| | | v-model="insertform.ver" |
| | | autocomplete="off" |
| | | style="width:85%" |
| | | :placeholder="$t('shuJuGuanLi.shuJuJianSuo.valuetwo')+$t('dataManage.styleObj.ver')" |
| | | :placeholder="$t('shuJuGuanLi.shuJuJianSuo.valuetwo')+$t('dataManage.styleObj.ver')" |
| | | ></el-input> |
| | | </el-form-item> |
| | | <el-form-item |
| | |
| | | v-model="insertform.status" |
| | | style="width:85%" |
| | | :placeholder="$t('shuJuGuanLi.shuJuJianSuo.valuetree')+$t('dataManage.styleObj.status')" |
| | | |
| | | > |
| | | <el-option |
| | | value="0" |
| | |
| | | disabled |
| | | autocomplete="off" |
| | | style="width:100%" |
| | | |
| | | /> |
| | | </div> |
| | | <div> |
| | |
| | | this.upform.vname = this.upform.viewGuid; |
| | | this.upform.viewGuid = this.viewFile; |
| | | } |
| | | this.upform.status = this.status |
| | | |
| | | if (this.status == '启用') { |
| | | this.status = '1' |
| | | } else if (this.status == '停用') { |
| | | this.status = '0' |
| | | } |
| | | this.upform.status = this.status |
| | | const data = await updateStyle(this.upform); |
| | | if (data.code == 200) { |
| | | this.dialogFormVisible = false; |