|
@@ -224,7 +224,9 @@
|
|
|
|
|
|
<el-form-item label="描述" prop="description">
|
|
|
<!-- <el-input v-model="addForm.projectDesc" :disabled="!permissions.projectManagement && addForm.creatorId != user.id" placeholder="请输入项目描述" clearable maxlength="4000"></el-input> -->
|
|
|
- <el-input v-model="addForm.description" :placeholder="$t('peaseenterthe')" clearable maxlength="200" show-word-limit></el-input>
|
|
|
+ <!-- <el-input v-model="addForm.description" :placeholder="$t('peaseenterthe')" clearable maxlength="200" show-word-limit></el-input> -->
|
|
|
+ <el-input v-model="addForm.description" placeholder="产品特征" clearable maxlength="200" show-word-limit></el-input>
|
|
|
+
|
|
|
</el-form-item>
|
|
|
</el-form>
|
|
|
</div>
|
|
@@ -348,7 +350,7 @@
|
|
|
<div slot="footer" class="dialog-footer;">
|
|
|
|
|
|
<el-button @click.native="deletePro(1, addForm)" v-if="addForm.id" style="float:left">{{ $t('btn.delete') }}</el-button>
|
|
|
- <el-button @click.native="prodEditActive = 0;addFormVisible = false ">{{ $t('btn.cancel') }}</el-button>
|
|
|
+ <el-button @click.native="addFormVisible = false ">{{ $t('btn.cancel') }}</el-button>
|
|
|
<el-button v-if="prodEditActive == 0" type="primary" @click="submitInsert(0)" :loading="addLoading">保存</el-button>
|
|
|
<el-button v-if="prodEditActive == 0" type="primary" @click="submitInsert(1)" :loading="addLoading">保存并编辑工序</el-button>
|
|
|
<el-button v-if="prodEditActive == 1" type="primary" @click="submitSequence(0)" :loading="addLoading">保存工序</el-button>
|
|
@@ -2899,6 +2901,7 @@ a {
|
|
|
},
|
|
|
//显示新增界面
|
|
|
handleAdd(i, item) {
|
|
|
+ this.prodEditActive = 0; //初始化弹框
|
|
|
this.canOnlyModParticipator = false;
|
|
|
this.projectManagerEdit = false
|
|
|
this.contractAmountReasonShow = false
|