Commit 39c50ce8 by li_hongchao

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

parent dc9da64e
...@@ -379,6 +379,7 @@ export default { ...@@ -379,6 +379,7 @@ export default {
} }
let tip = isPass ? '通过' : '不通过' let tip = isPass ? '通过' : '不通过'
let yj = isPass ? '' : ' 意见:' + _that.fhyj let yj = isPass ? '' : ' 意见:' + _that.fhyj
yj = '' // 暂时不显示
_that.$confirm( _that.$confirm(
'是否确定执行 "' + tip + '" 操作?' + yj, '是否确定执行 "' + tip + '" 操作?' + yj,
'提示', '提示',
...@@ -407,7 +408,7 @@ export default { ...@@ -407,7 +408,7 @@ export default {
*/ */
noPassChange() { noPassChange() {
let self = this let self = this
if (self.isFromSh=== 'true') { if (self.isFromSh === 'true') {
self.doSh(false) self.doSh(false)
return return
} }
...@@ -435,7 +436,7 @@ export default { ...@@ -435,7 +436,7 @@ export default {
*/ */
passChange() { passChange() {
let self = this let self = this
if (self.isFromSh=== 'true') { if (self.isFromSh === 'true') {
self.doSh(true) self.doSh(true)
return return
} }
......
...@@ -418,6 +418,7 @@ export default { ...@@ -418,6 +418,7 @@ export default {
} }
let tip = isPass ? '通过' : '不通过' let tip = isPass ? '通过' : '不通过'
let yj = isPass ? '' : ' 意见:' + _that.fhyj let yj = isPass ? '' : ' 意见:' + _that.fhyj
yj = '' // 暂时不显示
_that.$confirm( _that.$confirm(
'是否确定执行 "' + tip + '" 操作?' + yj, '是否确定执行 "' + tip + '" 操作?' + yj,
'提示', '提示',
......
...@@ -431,6 +431,7 @@ export default { ...@@ -431,6 +431,7 @@ export default {
} }
let tip = isPass ? '通过' : '不通过' let tip = isPass ? '通过' : '不通过'
let yj = isPass ? '' : ' 意见:' + _that.fhyj let yj = isPass ? '' : ' 意见:' + _that.fhyj
yj = '' // 暂时不显示
_that.$confirm( _that.$confirm(
'是否确定执行 "' + tip + '" 操作?' + yj, '是否确定执行 "' + tip + '" 操作?' + yj,
'提示', '提示',
......
...@@ -1019,6 +1019,7 @@ export default { ...@@ -1019,6 +1019,7 @@ export default {
} }
let tip = isPass ? '通过' : '不通过' let tip = isPass ? '通过' : '不通过'
let yj = isPass ? '' : ' 意见:' + _that.fhyj let yj = isPass ? '' : ' 意见:' + _that.fhyj
yj = '' // 暂时不显示
_that.$confirm( _that.$confirm(
'是否确定执行 "' + tip + '" 操作?' + yj, '是否确定执行 "' + tip + '" 操作?' + yj,
'提示', '提示',
...@@ -1047,7 +1048,7 @@ export default { ...@@ -1047,7 +1048,7 @@ export default {
*/ */
noPassChange() { noPassChange() {
let self = this let self = this
if (self.isFromSh=== 'true') { if (self.isFromSh === 'true') {
self.doSh(false) self.doSh(false)
return return
} }
...@@ -1075,7 +1076,7 @@ export default { ...@@ -1075,7 +1076,7 @@ export default {
*/ */
passChange() { passChange() {
let self = this let self = this
if (self.isFromSh=== 'true') { if (self.isFromSh === 'true') {
self.doSh(true) self.doSh(true)
return return
} }
...@@ -1151,7 +1152,7 @@ export default { ...@@ -1151,7 +1152,7 @@ export default {
let shzt // 1 审核无效 2 审核有效 let shzt // 1 审核无效 2 审核有效
let fhzt //1 代表 复核无效,2 代表 复核有效 let fhzt //1 代表 复核无效,2 代表 复核有效
if (_that.isSh=== 'true') { if (_that.isSh === 'true') {
shzt = isPass ? '2' : '1' shzt = isPass ? '2' : '1'
fhzt = '2' fhzt = '2'
} else { } 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