标准法规高级经理打回选择其他问题,复审和高级法规高级经理审核节点评分应该可以编辑,现在置灰
This commit is contained in:
@@ -82,7 +82,8 @@
|
||||
<el-form-item
|
||||
:prop="'evaluationData.'+scope.$index + '.score'"
|
||||
:rules="scope.row.valueType !== 'add' ? rules.score : rules.scoreNot" >
|
||||
<el-input :disabled="form.fsRejectStatus === 1" v-model.number="scope.row.score" placeholder="请填写分值" />
|
||||
<el-input v-model.number="scope.row.score" placeholder="请填写分值" />
|
||||
<!-- :disabled="form.fsRejectStatus === 1"-->
|
||||
</el-form-item>
|
||||
</template>
|
||||
</el-table-column>
|
||||
@@ -105,7 +106,8 @@
|
||||
<el-form-item
|
||||
:prop="'evaluationData.'+scope.$index + '.reason'"
|
||||
:rules="scope.row.score < 6 ? rules.reason : rules.reasonNot" >
|
||||
<el-input :disabled="form.fsRejectStatus === 1" v-model="scope.row.reason" placeholder="请填写扣分理由" />
|
||||
<el-input v-model="scope.row.reason" placeholder="请填写扣分理由" />
|
||||
<!-- :disabled="form.fsRejectStatus === 1"-->
|
||||
</el-form-item>
|
||||
</template>
|
||||
</el-table-column>
|
||||
|
||||
@@ -91,7 +91,8 @@
|
||||
<el-form-item
|
||||
:prop="'evaluationData.'+scope.$index + '.score'"
|
||||
:rules="scope.row.valueType !== 'add' ? rules.score : rules.scoreNot" >
|
||||
<el-input :disabled="form.fsRejectStatus === 1" v-model.number="scope.row.score" placeholder="请填写分值" />
|
||||
<el-input v-model.number="scope.row.score" placeholder="请填写分值" />
|
||||
<!-- :disabled="form.fsRejectStatus === 1"-->
|
||||
</el-form-item>
|
||||
</template>
|
||||
</el-table-column>
|
||||
@@ -114,7 +115,8 @@
|
||||
<el-form-item
|
||||
:prop="'evaluationData.'+scope.$index + '.reason'"
|
||||
:rules="scope.row.score < 6 ? rules.reason : rules.reasonNot" >
|
||||
<el-input :disabled="form.fsRejectStatus === 1" v-model="scope.row.reason" placeholder="请填写扣分理由" />
|
||||
<el-input v-model="scope.row.reason" placeholder="请填写扣分理由" />
|
||||
<!-- :disabled="form.fsRejectStatus === 1"-->
|
||||
</el-form-item>
|
||||
</template>
|
||||
</el-table-column>
|
||||
|
||||
@@ -10,8 +10,10 @@
|
||||
// const devInterfacePORT = '9999'
|
||||
// const devIp = 'localhost'
|
||||
// const devInterfacePORT = '10086'
|
||||
const devIp = '39.98.140.126'
|
||||
const devInterfacePORT = '4201'
|
||||
// const devIp = '39.98.140.126'
|
||||
// const devInterfacePORT = '4201'
|
||||
const devIp = 'localhost'
|
||||
const devInterfacePORT = '10086'
|
||||
// const devIp = '62.234.136.153'
|
||||
// const devInterfacePORT = '8033'
|
||||
// 配置 idm 认证
|
||||
@@ -48,6 +50,8 @@ const processPort = '17210'
|
||||
// 生产环境配置
|
||||
const prodIp = '39.98.140.126'
|
||||
const prodInterfacePORT = '4201'
|
||||
// const prodIp = 'localhost'
|
||||
// const prodInterfacePORT = '10086'
|
||||
// const prodIp = 'slrs.foton.com.cn'
|
||||
// const prodInterfacePORT = ''
|
||||
|
||||
|
||||
Reference in New Issue
Block a user