md
This commit is contained in:
parent
b3dbd8f0ad
commit
eb38553ed7
@ -593,6 +593,11 @@ export default {
|
|||||||
return this.selectDictLabel(this.dict.type.emis_invoice_ch_type,v[j]);
|
return this.selectDictLabel(this.dict.type.emis_invoice_ch_type,v[j]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (j === 'remark') {
|
||||||
|
return v['applyRemark']+'/'+v['remark'];
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
if (j === 'openChStatus') {
|
if (j === 'openChStatus') {
|
||||||
if(v[j] == -1){
|
if(v[j] == -1){
|
||||||
return '发送异常';
|
return '发送异常';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user