ci-plus 1.4.5 → 1.4.6

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.4.5",
3
+ "version": "1.4.6",
4
4
  "description": "ci组件库",
5
5
  "main": "./index.ts",
6
6
  "scripts": {
@@ -21,7 +21,7 @@
21
21
  "license": "ISC",
22
22
  "dependencies": {},
23
23
  "devDependencies": {
24
- "lodash": "^4.17.21",
24
+ "lodash-es": "^4.17.21",
25
25
  "sortablejs": "^1.15.1",
26
26
  "jsbarcode": "^3.11.4",
27
27
  "@types/jsbarcode": "^3.11.4",
@@ -167,7 +167,7 @@
167
167
  defineOptions({ name: 'ci-headerInput' })
168
168
  import SvgIcon from '../svgIcon/svgicon.vue'
169
169
  import { computed, ref, watch, PropType, onMounted } from 'vue'
170
- import lodash, { debounce } from 'lodash'
170
+ import lodash, { debounce } from 'lodash-es'
171
171
  import headerPopover from './utils/headerPopover.vue'
172
172
  import filterIconVue from './utils/filterIcon.vue'
173
173
  import { TooltipTriggerType } from 'element-plus'
@@ -16,7 +16,7 @@ import Sortable from 'sortablejs'
16
16
  import { computed, onBeforeMount, onMounted, ref } from 'vue'
17
17
  import { SortableTableIns, SortColumn } from './utils/interface'
18
18
  import sortableTableColumnCell from './index/sortableTableColumnCell'
19
- import { cloneDeep } from 'lodash'
19
+ import { cloneDeep } from 'lodash-es'
20
20
  let props = defineProps<SortableTableIns>()
21
21
  const elTableRef = ref<InstanceType<typeof ElTable>>()
22
22
  const emits = defineEmits(['update:modelValue', 'update:data'])
@@ -27,7 +27,7 @@ import Sortable from 'sortablejs'
27
27
  import { VNode, computed, ref } from 'vue'
28
28
  import { SortableTableIns, SortColumn } from './utils/interface'
29
29
  import sortableTableColumnCell from './index/sortableTableColumnCell'
30
- import { cloneDeep } from 'lodash'
30
+ import { cloneDeep } from 'lodash-es'
31
31
  let props = defineProps<SortableTableIns>()
32
32
  const elTableRef = ref<InstanceType<typeof ElTable>>()
33
33
  const emits = defineEmits(['update:modelValue', 'update:data'])
@@ -316,7 +316,7 @@ export const cardPrint = (
316
316
  r9c1: '材料厂家', // 建
317
317
  r9c2: item.center_data[0]?.material_manufacturer,
318
318
  r9c3: '材料牌号', // 建
319
- r9c4: '', // 责任人
319
+ r9c4: item.center_data[0]?.material_mark,
320
320
  r10c1: '总箱数', // 建
321
321
  r10c2: item.total_row,
322
322
  r10c3: '单重',
@@ -486,8 +486,10 @@ export const cardPrint = (
486
486
  r8c4: item.center_data[0]?.consignee, // 值
487
487
  r9c1: '材料厂家', // 建
488
488
  r9c2: item.center_data[0]?.material_manufacturer,
489
- r9c3: '抽检结果', // 建
490
- r9c4: '', // 责任人
489
+ // r9c3: '抽检结果', // 建
490
+ // r9c4: '',
491
+ r9c3: '材料牌号', // 建
492
+ r9c4: item.center_data[0]?.material_mark,
491
493
  r10c1: '返工工序',
492
494
  r10c2: item.rework_process_names,
493
495
  r10c3: '返工总数',
@@ -783,8 +785,8 @@ export const cardPrint = (
783
785
  r8c4: item.center_data[0]?.consignee, // 值
784
786
  r9c1: '材料厂商',
785
787
  r9c2: item.center_data[0]?.material_manufacturer,
786
- r9c3: '材料品牌',
787
- r9c4: '',
788
+ r9c3: '材料牌号',
789
+ r9c4: item.center_data[0]?.material_mark,
788
790
  r10c1: '总箱数',
789
791
  r10c2: item.total_row,
790
792
  r10c3: '单重',