@feedmepos/mf-financing 0.0.9 → 0.0.20-dev
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/dist/{Application-B68oXsb4.js → Application-BvrkS3zh.js} +3773 -14676
- package/dist/Submission-BvbhttQO.js +24228 -0
- package/dist/api/financing/index.d.ts +18 -0
- package/dist/app-CowUDzjt.js +7944 -0
- package/dist/app.d.ts +74 -74
- package/dist/app.js +191 -191
- package/dist/components/AdminLayout.vue.d.ts +3 -3
- package/dist/components/AutoCopyCell.vue.d.ts +1 -1
- package/dist/components/DocumentPreview.vue.d.ts +14 -0
- package/dist/components/ImagePreview.vue.d.ts +3 -3
- package/dist/components/Layout.vue.d.ts +3 -3
- package/dist/components/PDFViewer.vue.d.ts +4 -4
- package/dist/components/RestaurantSelector.vue.d.ts +1 -1
- package/dist/components/RouteCell.vue.d.ts +1 -1
- package/dist/package.json +9 -3
- package/dist/stores/app.d.ts +6 -6
- package/dist/style.css +1 -0
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/views/components/FinancingDashboard.vue.d.ts +1 -1
- package/dist/views/components/cell/SignatureBoard.vue.d.ts +13 -0
- package/dist/views/components/cell/UploadButton.vue.d.ts +14 -0
- package/package.json +22 -16
- package/dist/Layout.vue_vue_type_script_setup_true_lang-DJm5br5a.js +0 -45
- package/dist/Submission-BdBXosJD.js +0 -164
package/dist/app.d.ts
CHANGED
|
@@ -9,13 +9,8 @@ export declare const i18nMessages: {
|
|
|
9
9
|
application: string;
|
|
10
10
|
};
|
|
11
11
|
components: {
|
|
12
|
-
restaurant: string;
|
|
13
12
|
select: string;
|
|
14
13
|
};
|
|
15
|
-
infoCard: {
|
|
16
|
-
title: string;
|
|
17
|
-
description: string;
|
|
18
|
-
};
|
|
19
14
|
stepper: {
|
|
20
15
|
title: string;
|
|
21
16
|
description: string;
|
|
@@ -50,26 +45,19 @@ export declare const i18nMessages: {
|
|
|
50
45
|
};
|
|
51
46
|
};
|
|
52
47
|
dashboard: {
|
|
53
|
-
totalLoan: string;
|
|
54
|
-
totalPaid: string;
|
|
55
|
-
remainingBalance: string;
|
|
56
|
-
repaymentProgress: string;
|
|
57
48
|
payments: string;
|
|
58
|
-
completed: string;
|
|
59
|
-
upcomingPayments: string;
|
|
60
|
-
dueDate: string;
|
|
61
|
-
allPaid: string;
|
|
62
|
-
paymentHistory: string;
|
|
63
49
|
table: {
|
|
64
|
-
|
|
50
|
+
date: string;
|
|
51
|
+
referenceId: string;
|
|
52
|
+
type: string;
|
|
65
53
|
amount: string;
|
|
66
|
-
status: string;
|
|
67
|
-
paidDate: string;
|
|
68
54
|
};
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
55
|
+
transactionType: {
|
|
56
|
+
deposit: string;
|
|
57
|
+
repaymentBalance: string;
|
|
58
|
+
arrearsRepaymentBalance: string;
|
|
59
|
+
repaymentSales: string;
|
|
60
|
+
arrearsRepaymentSales: string;
|
|
73
61
|
};
|
|
74
62
|
principalLoan: string;
|
|
75
63
|
paidAmount: string;
|
|
@@ -81,37 +69,38 @@ export declare const i18nMessages: {
|
|
|
81
69
|
description: string;
|
|
82
70
|
sections: {
|
|
83
71
|
business: string;
|
|
84
|
-
|
|
85
|
-
loan: string;
|
|
72
|
+
businessDocument: string;
|
|
86
73
|
documents: string;
|
|
74
|
+
signature: string;
|
|
87
75
|
};
|
|
88
76
|
fields: {
|
|
89
77
|
businessName: string;
|
|
90
78
|
businessNamePlaceholder: string;
|
|
91
79
|
registrationNumber: string;
|
|
92
80
|
registrationNumberPlaceholder: string;
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
contactPhonePlaceholder: string;
|
|
99
|
-
loanAmount: string;
|
|
100
|
-
loanAmountPlaceholder: string;
|
|
101
|
-
loanPurpose: string;
|
|
102
|
-
loanPurposePlaceholder: string;
|
|
103
|
-
ssmCertificate: string;
|
|
81
|
+
businessAddress: string;
|
|
82
|
+
businessAddressPlaceholder: string;
|
|
83
|
+
taxIdentificationNo: string;
|
|
84
|
+
taxIdentificationNoPlaceholder: string;
|
|
85
|
+
businessRegistration: string;
|
|
104
86
|
bankStatement: string;
|
|
105
|
-
|
|
87
|
+
signature: string;
|
|
88
|
+
signatoryName: string;
|
|
89
|
+
signatoryPosition: string;
|
|
106
90
|
};
|
|
91
|
+
success: string;
|
|
107
92
|
errors: {
|
|
108
93
|
required: string;
|
|
109
|
-
|
|
110
|
-
|
|
94
|
+
businessRegistrationRequired: string;
|
|
95
|
+
bankStatementRequired: string;
|
|
96
|
+
signatureRequired: string;
|
|
97
|
+
submissionFailed: string;
|
|
98
|
+
noRestaurant: string;
|
|
111
99
|
};
|
|
112
100
|
buttons: {
|
|
113
101
|
cancel: string;
|
|
114
102
|
submit: string;
|
|
103
|
+
addBankStatement: string;
|
|
115
104
|
};
|
|
116
105
|
confirm: {
|
|
117
106
|
title: string;
|
|
@@ -120,6 +109,17 @@ export declare const i18nMessages: {
|
|
|
120
109
|
confirm: string;
|
|
121
110
|
};
|
|
122
111
|
};
|
|
112
|
+
upload: {
|
|
113
|
+
preview: string;
|
|
114
|
+
};
|
|
115
|
+
signature: {
|
|
116
|
+
clearSignature: string;
|
|
117
|
+
clickToAdd: string;
|
|
118
|
+
dialogTitle: string;
|
|
119
|
+
saveBefore: string;
|
|
120
|
+
clear: string;
|
|
121
|
+
saveSignature: string;
|
|
122
|
+
};
|
|
123
123
|
};
|
|
124
124
|
};
|
|
125
125
|
"zh-CN": {
|
|
@@ -129,13 +129,8 @@ export declare const i18nMessages: {
|
|
|
129
129
|
application: string;
|
|
130
130
|
};
|
|
131
131
|
components: {
|
|
132
|
-
restaurant: string;
|
|
133
132
|
select: string;
|
|
134
133
|
};
|
|
135
|
-
infoCard: {
|
|
136
|
-
title: string;
|
|
137
|
-
description: string;
|
|
138
|
-
};
|
|
139
134
|
stepper: {
|
|
140
135
|
title: string;
|
|
141
136
|
description: string;
|
|
@@ -170,26 +165,19 @@ export declare const i18nMessages: {
|
|
|
170
165
|
};
|
|
171
166
|
};
|
|
172
167
|
dashboard: {
|
|
173
|
-
totalLoan: string;
|
|
174
|
-
totalPaid: string;
|
|
175
|
-
remainingBalance: string;
|
|
176
|
-
repaymentProgress: string;
|
|
177
168
|
payments: string;
|
|
178
|
-
completed: string;
|
|
179
|
-
upcomingPayments: string;
|
|
180
|
-
dueDate: string;
|
|
181
|
-
allPaid: string;
|
|
182
|
-
paymentHistory: string;
|
|
183
169
|
table: {
|
|
184
|
-
|
|
170
|
+
date: string;
|
|
171
|
+
referenceId: string;
|
|
172
|
+
type: string;
|
|
185
173
|
amount: string;
|
|
186
|
-
status: string;
|
|
187
|
-
paidDate: string;
|
|
188
174
|
};
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
175
|
+
transactionType: {
|
|
176
|
+
deposit: string;
|
|
177
|
+
repaymentBalance: string;
|
|
178
|
+
arrearsRepaymentBalance: string;
|
|
179
|
+
repaymentSales: string;
|
|
180
|
+
arrearsRepaymentSales: string;
|
|
193
181
|
};
|
|
194
182
|
principalLoan: string;
|
|
195
183
|
paidAmount: string;
|
|
@@ -201,37 +189,38 @@ export declare const i18nMessages: {
|
|
|
201
189
|
description: string;
|
|
202
190
|
sections: {
|
|
203
191
|
business: string;
|
|
204
|
-
|
|
205
|
-
loan: string;
|
|
192
|
+
businessDocument: string;
|
|
206
193
|
documents: string;
|
|
194
|
+
signature: string;
|
|
207
195
|
};
|
|
208
196
|
fields: {
|
|
209
197
|
businessName: string;
|
|
210
198
|
businessNamePlaceholder: string;
|
|
211
199
|
registrationNumber: string;
|
|
212
200
|
registrationNumberPlaceholder: string;
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
contactPhonePlaceholder: string;
|
|
219
|
-
loanAmount: string;
|
|
220
|
-
loanAmountPlaceholder: string;
|
|
221
|
-
loanPurpose: string;
|
|
222
|
-
loanPurposePlaceholder: string;
|
|
223
|
-
ssmCertificate: string;
|
|
201
|
+
businessAddress: string;
|
|
202
|
+
businessAddressPlaceholder: string;
|
|
203
|
+
taxIdentificationNo: string;
|
|
204
|
+
taxIdentificationNoPlaceholder: string;
|
|
205
|
+
businessRegistration: string;
|
|
224
206
|
bankStatement: string;
|
|
225
|
-
|
|
207
|
+
signature: string;
|
|
208
|
+
signatoryName: string;
|
|
209
|
+
signatoryPosition: string;
|
|
226
210
|
};
|
|
211
|
+
success: string;
|
|
227
212
|
errors: {
|
|
228
213
|
required: string;
|
|
229
|
-
|
|
230
|
-
|
|
214
|
+
businessRegistrationRequired: string;
|
|
215
|
+
bankStatementRequired: string;
|
|
216
|
+
signatureRequired: string;
|
|
217
|
+
submissionFailed: string;
|
|
218
|
+
noRestaurant: string;
|
|
231
219
|
};
|
|
232
220
|
buttons: {
|
|
233
221
|
cancel: string;
|
|
234
222
|
submit: string;
|
|
223
|
+
addBankStatement: string;
|
|
235
224
|
};
|
|
236
225
|
confirm: {
|
|
237
226
|
title: string;
|
|
@@ -240,6 +229,17 @@ export declare const i18nMessages: {
|
|
|
240
229
|
confirm: string;
|
|
241
230
|
};
|
|
242
231
|
};
|
|
232
|
+
upload: {
|
|
233
|
+
preview: string;
|
|
234
|
+
};
|
|
235
|
+
signature: {
|
|
236
|
+
clearSignature: string;
|
|
237
|
+
clickToAdd: string;
|
|
238
|
+
dialogTitle: string;
|
|
239
|
+
saveBefore: string;
|
|
240
|
+
clear: string;
|
|
241
|
+
saveSignature: string;
|
|
242
|
+
};
|
|
243
243
|
};
|
|
244
244
|
};
|
|
245
245
|
};
|