ci-plus 1.6.3 → 1.6.4
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ci-plus",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.4",
|
|
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
|
+
"标识卡模板更新到1.5.6"
|
|
16
16
|
],
|
|
17
17
|
"type": "module",
|
|
18
18
|
"author": {
|
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
<!-- /**
|
|
2
|
+
* @module identificationCard
|
|
3
|
+
* @author : 卖女孩的小火柴
|
|
4
|
+
* !description : 标识卡模板
|
|
5
|
+
* @version : 1.5.6
|
|
6
|
+
* @since : 创建时间 2024-11-13 09:27:30
|
|
7
|
+
* !update : 2024-11.12 芜湖伦比公司的成品工厂的"毛坯标识卡"使用为尚工厂的"产品标识卡"模板
|
|
8
|
+
*/ -->
|
|
9
|
+
|
|
10
|
+
|
|
1
11
|
<template>
|
|
2
12
|
<div style="display: flex; flex-direction: column; height: 100%">
|
|
3
13
|
<div style="width: 100px">
|
|
@@ -366,7 +376,9 @@
|
|
|
366
376
|
</tbody>
|
|
367
377
|
</table>
|
|
368
378
|
</div>
|
|
369
|
-
<!-- 为尚工厂:产品标识卡/尾料标识卡(为尚工厂的尾料标识卡也使用产品标示卡样式) -已调整
|
|
379
|
+
<!-- 为尚工厂:产品标识卡/尾料标识卡(为尚工厂的尾料标识卡也使用产品标示卡样式) -已调整
|
|
380
|
+
2024年11月12日 成品工厂的毛坯标识卡模板也使用此模板
|
|
381
|
+
-->
|
|
370
382
|
<div
|
|
371
383
|
class="id-code"
|
|
372
384
|
style="
|
|
@@ -376,8 +388,9 @@
|
|
|
376
388
|
flex-direction: column;
|
|
377
389
|
"
|
|
378
390
|
v-else-if="
|
|
379
|
-
(item.card_state == 'CHANPIN' || item.card_state == 'WEILIAO') &&
|
|
380
|
-
item.factoryType == '1'
|
|
391
|
+
((item.card_state == 'CHANPIN' || item.card_state == 'WEILIAO') &&
|
|
392
|
+
item.factoryType == '1')||((item.card_state == 'MAOPI') &&
|
|
393
|
+
item.factoryType == '2')
|
|
381
394
|
"
|
|
382
395
|
>
|
|
383
396
|
<table
|
|
@@ -1833,7 +1846,7 @@
|
|
|
1833
1846
|
class="id-code"
|
|
1834
1847
|
:style="`width: ${myWidth}; `"
|
|
1835
1848
|
v-else-if="
|
|
1836
|
-
(item.card_state == 'MAOPI' || item.card_state == 'CAILIAO') &&
|
|
1849
|
+
(item.card_state == 'MAOPI-stop' || item.card_state == 'CAILIAO') &&
|
|
1837
1850
|
item.factoryType == '2'
|
|
1838
1851
|
"
|
|
1839
1852
|
>
|