ci-plus 1.5.8 → 1.6.0
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/debug.log +1 -0
- package/package.json +2 -2
- package/src/utils/cardPrint.ts +2 -2
package/debug.log
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
[1017/130328.893:ERROR:registration_protocol_win.cc(108)] CreateFile: 系统找不到指定的文件。 (0x2)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ci-plus",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.6.0",
|
|
4
4
|
"description": "ci组件库",
|
|
5
5
|
"main": "./index.ts",
|
|
6
6
|
"scripts": {
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"vue",
|
|
13
13
|
"element-plus",
|
|
14
14
|
"ui组件库二次封装",
|
|
15
|
-
"
|
|
15
|
+
"更新第二版标识卡模板-处理一个bug2"
|
|
16
16
|
],
|
|
17
17
|
"type": "module",
|
|
18
18
|
"author": {
|
package/src/utils/cardPrint.ts
CHANGED
|
@@ -155,7 +155,7 @@ export const cardPrint = (
|
|
|
155
155
|
r11c3: '收货人员',
|
|
156
156
|
r11c4: item.center_data[0]?.consignee,
|
|
157
157
|
r12c1: '抽检结果',
|
|
158
|
-
r12c2:
|
|
158
|
+
r12c2: item.check_result,
|
|
159
159
|
r12c3: '材料牌号',
|
|
160
160
|
r12c4: item.center_data[0]?.material_mark,
|
|
161
161
|
r13c1: '本箱数量',
|
|
@@ -937,7 +937,7 @@ export const cardPrint = (
|
|
|
937
937
|
r7c4: item.center_data[0]?.material_batch_number,
|
|
938
938
|
data: [
|
|
939
939
|
{
|
|
940
|
-
opt_time:
|
|
940
|
+
opt_time: item.opt_time, // 日期
|
|
941
941
|
sr: item.record_type === 1 ? item.inventory : '', // 收入
|
|
942
942
|
fc: item.record_type === 2 ? item.inventory : '', // 发出
|
|
943
943
|
balance_count: item.balance_count, //结存
|