Commit 39c50ce8 by li_hongchao

复审核不显示不显示意见 yj = '' // 暂时不显示

parent dc9da64e
......@@ -379,6 +379,7 @@ export default {
}
let tip = isPass ? '通过' : '不通过'
let yj = isPass ? '' : ' 意见:' + _that.fhyj
yj = '' // 暂时不显示
_that.$confirm(
'是否确定执行 "' + tip + '" 操作?' + yj,
'提示',
......@@ -407,7 +408,7 @@ export default {
*/
noPassChange() {
let self = this
if (self.isFromSh=== 'true') {
if (self.isFromSh === 'true') {
self.doSh(false)
return
}
......@@ -435,7 +436,7 @@ export default {
*/
passChange() {
let self = this
if (self.isFromSh=== 'true') {
if (self.isFromSh === 'true') {
self.doSh(true)
return
}
......
......@@ -418,6 +418,7 @@ export default {
}
let tip = isPass ? '通过' : '不通过'
let yj = isPass ? '' : ' 意见:' + _that.fhyj
yj = '' // 暂时不显示
_that.$confirm(
'是否确定执行 "' + tip + '" 操作?' + yj,
'提示',
......
......@@ -431,6 +431,7 @@ export default {
}
let tip = isPass ? '通过' : '不通过'
let yj = isPass ? '' : ' 意见:' + _that.fhyj
yj = '' // 暂时不显示
_that.$confirm(
'是否确定执行 "' + tip + '" 操作?' + yj,
'提示',
......
......@@ -1019,6 +1019,7 @@ export default {
}
let tip = isPass ? '通过' : '不通过'
let yj = isPass ? '' : ' 意见:' + _that.fhyj
yj = '' // 暂时不显示
_that.$confirm(
'是否确定执行 "' + tip + '" 操作?' + yj,
'提示',
......@@ -1047,7 +1048,7 @@ export default {
*/
noPassChange() {
let self = this
if (self.isFromSh=== 'true') {
if (self.isFromSh === 'true') {
self.doSh(false)
return
}
......@@ -1075,7 +1076,7 @@ export default {
*/
passChange() {
let self = this
if (self.isFromSh=== 'true') {
if (self.isFromSh === 'true') {
self.doSh(true)
return
}
......@@ -1151,7 +1152,7 @@ export default {
let shzt // 1 审核无效 2 审核有效
let fhzt //1 代表 复核无效,2 代表 复核有效
if (_that.isSh=== 'true') {
if (_that.isSh === 'true') {
shzt = isPass ? '2' : '1'
fhzt = '2'
} else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment