This commit is contained in:
linfso 2025-01-08 15:21:14 +08:00
parent 122f981111
commit 1b875e17fa
4 changed files with 24 additions and 1 deletions

View File

@ -1087,6 +1087,14 @@ export default {
return '自提';
}
}
if (j === 'blUploadPic') {
if(v['goodsPics']!=null && v['goodsPics']!=''){
return '是';
}else{
return '否';
}
}
if (j === 'blMessage') {
if(v[j] == 1){
return '发送';

View File

@ -1074,6 +1074,13 @@ export default {
return '自提';
}
}
if (j === 'blUploadPic') {
if(v['goodsPics']!=null && v['goodsPics']!=''){
return '是';
}else{
return '否';
}
}
if (j === 'blMessage') {
if(v[j] == 1){
return '发送';

View File

@ -1078,7 +1078,7 @@ export default {
}
}
if (j === 'blUploadPic') {
if(v['goodsPics']!=''){
if(v['goodsPics']!=null && v['goodsPics']!=''){
return '是';
}else{
return '否';

View File

@ -1092,6 +1092,14 @@ export default {
return '自提';
}
}
if (j === 'blUploadPic') {
if(v['goodsPics']!=null && v['goodsPics']!=''){
return '是';
}else{
return '否';
}
}
if (j === 'blMessage') {
if(v[j] == 1){
return '发送';