Commit 8b73c26a by xionglin

code修改

parent e35cf9f3
...@@ -7719,32 +7719,32 @@ const CodeTable = { ...@@ -7719,32 +7719,32 @@ const CodeTable = {
], ],
sndto: [], sndto: [],
objtypcodetable: [ objtypcodetable: [
{ label: 'Party', value: 'PTY ' }, { label: 'Party', value: 'PTY' },
{ label: 'Account', value: 'ACT ' }, { label: 'Account', value: 'ACT' },
{ label: 'Export L/C', value: 'LED ' }, { label: 'Export L/C', value: 'LED' },
{ label: 'Imoprt L/C', value: 'LID ' }, { label: 'Imoprt L/C', value: 'LID' },
{ label: 'Country', value: 'CTY ' }, { label: 'Country', value: 'CTY' },
{ label: 'Guarantee', value: 'GID ' }, { label: 'Guarantee', value: 'GID' },
{ label: 'Reimbursement', value: 'RMD ' }, { label: 'Reimbursement', value: 'RMD' },
{ label: 'Import Collection', value: 'BCD ' }, { label: 'Import Collection', value: 'BCD' },
{ label: 'Export Collection', value: 'BOD ' }, { label: 'Export Collection', value: 'BOD' },
{ label: 'Advance', value: 'BPD ' }, { label: 'Advance', value: 'BPD' },
{ label: 'Clean Payment', value: 'CPD ' }, { label: 'Clean Payment', value: 'CPD' },
{ label: 'Export L/C (Ind.)', value: 'LED ' }, { label: 'Export L/C (Ind.)', value: 'LED' },
{ label: 'Transferable L/C', value: 'LTD ' }, { label: 'Transferable L/C', value: 'LTD' },
{ label: 'Manual Contract', value: 'MCD ' }, { label: 'Manual Contract', value: 'MCD' },
{ label: 'Participation', value: 'PAD ' }, { label: 'Participation', value: 'PAD' },
{ label: 'Loan', value: 'TRD ' }, { label: 'Loan', value: 'TRD' },
{ label: 'Condition', value: 'FEC ' }, { label: 'Condition', value: 'FEC' },
{ label: 'Export L/C Documents', value: 'BED ' }, { label: 'Export L/C Documents', value: 'BED' },
{ label: 'Import L/C Documents', value: 'BRD ' }, { label: 'Import L/C Documents', value: 'BRD' },
{ label: 'Transfer Documents', value: 'BTD ' }, { label: 'Transfer Documents', value: 'BTD' },
{ label: 'Export Doc. (Ind.)', value: 'DED ' }, { label: 'Export Doc. (Ind.)', value: 'DED' },
{ label: 'Reimbursement Claim', value: 'RCD ' }, { label: 'Reimbursement Claim', value: 'RCD' },
{ label: '', value: 'BDD ' }, { label: '', value: 'BDD' },
{ label: '', value: 'CLD ' }, { label: '', value: 'CLD' },
{ label: '', value: 'DID ' }, { label: '', value: 'DID' },
{ label: '', value: 'GCD ' }, { label: '', value: 'GCD' },
], ],
subtypcodetable: [ subtypcodetable: [
{ label: 'General', value: 'INF' }, { label: 'General', value: 'INF' },
......
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