|
@@ -1062,7 +1062,7 @@ class StageIm {
|
|
// 生成数据(需要缓存,并清理缓存)
|
|
// 生成数据(需要缓存,并清理缓存)
|
|
const pre = (this.stage.im_pre && this.stage.im_pre !== '') ? this.stage.im_pre + this.splitChar : '';
|
|
const pre = (this.stage.im_pre && this.stage.im_pre !== '') ? this.stage.im_pre + this.splitChar : '';
|
|
for (const [i, im] of this.ImData.entries()) {
|
|
for (const [i, im] of this.ImData.entries()) {
|
|
- im.im_code = pre + this._getNumberFormat(this.stage.order, 2) + this.splitChar + this._getNumberFormat(i + 1, 3);
|
|
|
|
|
|
+ im.im_code = pre + this._getNumberFormat(this.stage.order, 2) + this.splitChar + this._getNumberFormat(i + this.stage.im_start_num, 3);
|
|
if (im.gclBills) {
|
|
if (im.gclBills) {
|
|
for (const b of im.gclBills) {
|
|
for (const b of im.gclBills) {
|
|
b.im_code = im.im_code;
|
|
b.im_code = im.im_code;
|