ci-plus 1.3.1 → 1.3.2
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/package.json +1 -1
- package/src/utils/cardPrint.ts +5 -5
package/package.json
CHANGED
package/src/utils/cardPrint.ts
CHANGED
|
@@ -64,7 +64,7 @@ export const cardPrint = (
|
|
|
64
64
|
r8c2: item.center_data[0]?.inspector, // 检验员
|
|
65
65
|
r8c4: setDate(item.product_date), // 生产日期
|
|
66
66
|
r9c2: item.value, // 规值
|
|
67
|
-
r9c4: item.
|
|
67
|
+
r9c4: item.specification, // 规格
|
|
68
68
|
r10c1: '批次号',
|
|
69
69
|
r10c2: item.flow_lot_number
|
|
70
70
|
? item.flow_lot_number
|
|
@@ -154,7 +154,7 @@ export const cardPrint = (
|
|
|
154
154
|
r9c2: item.center_data[0]?.inspector, // 检验员
|
|
155
155
|
r9c4: setDate(item.product_date), // 生产日期
|
|
156
156
|
r10c2: setDate(item.center_data[0]?.inspect_time), // 检查日期
|
|
157
|
-
r10c4: item.
|
|
157
|
+
r10c4: item.specification, // 规格
|
|
158
158
|
r11c2: '', // 游隙/尺寸
|
|
159
159
|
r11c4: item.value, // 规值
|
|
160
160
|
r12c1: '批次号', // 批次号
|
|
@@ -208,7 +208,7 @@ export const cardPrint = (
|
|
|
208
208
|
r6c2: item.process_name, // 工序
|
|
209
209
|
r6c4: setDate(item.product_date), // 生产日期
|
|
210
210
|
r7c2: item.value, // 规值
|
|
211
|
-
r7c4: item.
|
|
211
|
+
r7c4: item.specification, // 规格
|
|
212
212
|
r8c2: '', // 提交人
|
|
213
213
|
r8c4: item.opt_user_name, // 责任人
|
|
214
214
|
/** ----循环的数据-------------------------------- **/
|
|
@@ -633,7 +633,7 @@ export const cardPrint = (
|
|
|
633
633
|
r6c4: item.process_name, // 工序
|
|
634
634
|
r7c2: setDate(item.product_date), // 生产日期
|
|
635
635
|
r7c4: item.value, // 规值
|
|
636
|
-
r8c2: item.
|
|
636
|
+
r8c2: item.specification, // 规格
|
|
637
637
|
r8c4: item.opt_user_name, // 提交人
|
|
638
638
|
r9c2: '', // 检验员
|
|
639
639
|
/** ----循环的数据-------------------------------- **/
|
|
@@ -761,7 +761,7 @@ export const cardPrint = (
|
|
|
761
761
|
opt_time: setDate(item.opt_time), // 日期
|
|
762
762
|
sr: item.record_type === 1 ? item.inventory : '', // 收入
|
|
763
763
|
fc: item.record_type === 2 ? item.inventory : '', // 发出
|
|
764
|
-
balance_count: item.balance_count,
|
|
764
|
+
balance_count: item.balance_count, //结存
|
|
765
765
|
remark: item.remark, // 签字/备注
|
|
766
766
|
},
|
|
767
767
|
],
|