This commit is contained in:
linfso 2024-11-25 16:46:40 +08:00
parent b3dbd8f0ad
commit eb38553ed7

View File

@ -593,6 +593,11 @@ export default {
return this.selectDictLabel(this.dict.type.emis_invoice_ch_type,v[j]);
}
if (j === 'remark') {
return v['applyRemark']+'/'+v['remark'];
}
if (j === 'openChStatus') {
if(v[j] == -1){
return '发送异常';