@things-factory/operato-wms 4.3.752 → 4.3.755
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/client/pages/inbound/unload-product.js +30 -33
- package/client/pages/outbound/loading-product.js +2 -3
- package/client/pages/outbound/loading-v2/loading-execution-base.js +568 -56
- package/client/pages/outbound/loading-v2/loading-execution.js +258 -8
- package/client/pages/outbound/loading-v2/loading.js +82 -12
- package/client/pages/outbound/picking-product.js +11 -6
- package/client/pages/outbound/picking-v2/picking-execution-base.js +8 -8
- package/client/pages/outbound/picking-v2/picking-execution.js +75 -0
- package/client/pages/outbound/route-label-history-dialog.js +253 -0
- package/client/pages/outbound/route-label-popup.js +637 -131
- package/client/pages/outbound/show-ro-list-popup.js +8 -4
- package/client/pages/outbound/single-outbound-worksheet.js +55 -6
- package/client/pages/outbound/sorting-product.js +71 -25
- package/client/pages/outbound/zone-worksheet.js +62 -3
- package/dist-server/entities/index.js +9 -0
- package/dist-server/entities/index.js.map +1 -0
- package/dist-server/entities/route-label-sequence-counter.js +75 -0
- package/dist-server/entities/route-label-sequence-counter.js.map +1 -0
- package/dist-server/entities/route-label-sequence-log.js +74 -0
- package/dist-server/entities/route-label-sequence-log.js.map +1 -0
- package/dist-server/graphql/resolvers/index.js +3 -0
- package/dist-server/graphql/resolvers/index.js.map +1 -1
- package/dist-server/graphql/resolvers/outbound/complete-load.js +40 -3
- package/dist-server/graphql/resolvers/outbound/complete-load.js.map +1 -1
- package/dist-server/graphql/resolvers/outbound/find-loadable-release-good-by-bin.js +50 -11
- package/dist-server/graphql/resolvers/outbound/find-loadable-release-good-by-bin.js.map +1 -1
- package/dist-server/graphql/resolvers/outbound/find-loadable-release-good.js +90 -48
- package/dist-server/graphql/resolvers/outbound/find-loadable-release-good.js.map +1 -1
- package/dist-server/graphql/resolvers/outbound/loading-worksheet-v2.js +15 -7
- package/dist-server/graphql/resolvers/outbound/loading-worksheet-v2.js.map +1 -1
- package/dist-server/graphql/resolvers/outbound/sort-item.js +95 -16
- package/dist-server/graphql/resolvers/outbound/sort-item.js.map +1 -1
- package/dist-server/graphql/resolvers/route-label/index.js +7 -0
- package/dist-server/graphql/resolvers/route-label/index.js.map +1 -0
- package/dist-server/graphql/resolvers/route-label/route-label.js +220 -0
- package/dist-server/graphql/resolvers/route-label/route-label.js.map +1 -0
- package/dist-server/graphql/resolvers/zone-worksheet/index.js.map +1 -1
- package/dist-server/graphql/resolvers/zone-worksheet/zone-picking.js +123 -27
- package/dist-server/graphql/resolvers/zone-worksheet/zone-picking.js.map +1 -1
- package/dist-server/graphql/resolvers/zone-worksheet/zone-worksheet.js.map +1 -1
- package/dist-server/graphql/types/index.js +4 -0
- package/dist-server/graphql/types/index.js.map +1 -1
- package/dist-server/graphql/types/outbound/index.js +7 -1
- package/dist-server/graphql/types/outbound/index.js.map +1 -1
- package/dist-server/graphql/types/route-label/index.js +14 -0
- package/dist-server/graphql/types/route-label/index.js.map +1 -0
- package/dist-server/graphql/types/route-label/route-label-sequence.js +53 -0
- package/dist-server/graphql/types/route-label/route-label-sequence.js.map +1 -0
- package/dist-server/index.js +5 -0
- package/dist-server/index.js.map +1 -1
- package/dist-server/validators/setting-validators.js +519 -0
- package/dist-server/validators/setting-validators.js.map +1 -0
- package/helps/operato-wms/outbound/picking-product.en.md +156 -158
- package/package.json +50 -50
- package/server/entities/index.ts +6 -0
- package/server/entities/route-label-sequence-counter.ts +56 -0
- package/server/entities/route-label-sequence-log.ts +47 -0
- package/server/graphql/resolvers/index.ts +3 -0
- package/server/graphql/resolvers/outbound/complete-load.ts +42 -1
- package/server/graphql/resolvers/outbound/find-loadable-release-good-by-bin.ts +56 -13
- package/server/graphql/resolvers/outbound/find-loadable-release-good.ts +120 -57
- package/server/graphql/resolvers/outbound/loading-worksheet-v2.ts +9 -2
- package/server/graphql/resolvers/outbound/sort-item.ts +125 -21
- package/server/graphql/resolvers/route-label/index.ts +16 -0
- package/server/graphql/resolvers/route-label/route-label.ts +264 -0
- package/server/graphql/resolvers/zone-worksheet/index.ts +2 -2
- package/server/graphql/resolvers/zone-worksheet/zone-picking.ts +156 -39
- package/server/graphql/resolvers/zone-worksheet/zone-worksheet.ts +1 -2
- package/server/graphql/types/index.ts +4 -0
- package/server/graphql/types/outbound/index.ts +7 -1
- package/server/graphql/types/route-label/index.ts +18 -0
- package/server/graphql/types/route-label/route-label-sequence.ts +50 -0
- package/server/index.ts +7 -1
- package/server/validators/setting-validators.ts +668 -0
- package/translations/en.json +280 -252
- package/translations/ko.json +29 -1
- package/translations/ms.json +28 -0
- package/translations/zh.json +28 -0
package/translations/ko.json
CHANGED
|
@@ -101,6 +101,10 @@
|
|
|
101
101
|
"button.print_picking_list": "[ko] print packing list",
|
|
102
102
|
"button.print_route_label": "[ko] print route label",
|
|
103
103
|
"button.print": "인쇄",
|
|
104
|
+
"button.reprint": "[ko] reprint",
|
|
105
|
+
"button.go_to_loaded": "[ko] Go to LOADED",
|
|
106
|
+
"button.go_to_picked": "[ko] Go to PICKED",
|
|
107
|
+
"button.go_to_loading": "[ko] Go to LOADING",
|
|
104
108
|
"button.proceed": "[ko] proceed",
|
|
105
109
|
"button.product_changes": "[ko]product changes",
|
|
106
110
|
"button.qty_checked": "qty checked",
|
|
@@ -361,6 +365,7 @@
|
|
|
361
365
|
"field.export_option": "수출 옵션",
|
|
362
366
|
"field.export": "수출",
|
|
363
367
|
"field.fax": "팩스",
|
|
368
|
+
"field.filter_by": "필터 기준",
|
|
364
369
|
"field.field.column": "[ko]field column",
|
|
365
370
|
"field.field.name": "[ko]field name",
|
|
366
371
|
"field.field.row": "[ko]field row",
|
|
@@ -545,6 +550,14 @@
|
|
|
545
550
|
"field.price": "가격",
|
|
546
551
|
"field.primary_unit": "주요 단위",
|
|
547
552
|
"field.print_qty": "출력 수량",
|
|
553
|
+
"field.append_seq_to": "[ko] append seq to",
|
|
554
|
+
"field.last_seq": "[ko] last seq",
|
|
555
|
+
"field.last_printed_by": "[ko] last printed by",
|
|
556
|
+
"field.printed": "[ko] printed",
|
|
557
|
+
"field.printed_at": "[ko] printed at",
|
|
558
|
+
"field.range": "[ko] range",
|
|
559
|
+
"field.reprint_seq": "[ko] reprint seq",
|
|
560
|
+
"field.user": "[ko] user",
|
|
548
561
|
"field.priority": "[ko] priority",
|
|
549
562
|
"field.priority_delivery": "[ko] priority delivery",
|
|
550
563
|
"field.privileges": "권한",
|
|
@@ -642,6 +655,7 @@
|
|
|
642
655
|
"field.self_collect_summary": "직접 취합 요약",
|
|
643
656
|
"field.self_collect": "직접 취합",
|
|
644
657
|
"field.seq": "시퀀스",
|
|
658
|
+
"field.sequence_reference": "시퀀스 참조",
|
|
645
659
|
"field.serial_number": "[ko]serial number",
|
|
646
660
|
"field.service": "서비스",
|
|
647
661
|
"field.services": "서비스",
|
|
@@ -769,9 +783,10 @@
|
|
|
769
783
|
"field.vas": "부가서비스",
|
|
770
784
|
"field.vat": "vat",
|
|
771
785
|
"field.vehicle_no": "[ko]vehicle no",
|
|
786
|
+
"field.view": "보기",
|
|
787
|
+
"field.volume": "볼륨",
|
|
772
788
|
"field.volume_m3": "[ko] volume (M3)",
|
|
773
789
|
"field.volume_size": "[ko]volume size",
|
|
774
|
-
"field.volume": "[ko]volume",
|
|
775
790
|
"field.w/h": "창고",
|
|
776
791
|
"field.warehouse_name": "창고명",
|
|
777
792
|
"field.warehouse_qty": "[ko] warehouse qty",
|
|
@@ -1527,6 +1542,8 @@
|
|
|
1527
1542
|
"text.invalid_release_date": "유효하지 않은 출고일",
|
|
1528
1543
|
"text.invalid_release_qty": "유효하지 않은 출고 수량",
|
|
1529
1544
|
"text.invalid_transfer_qty": "[ko] invalid transfer qty",
|
|
1545
|
+
"text.invalid_sequence_number": "invalid sequence number",
|
|
1546
|
+
"text.sequence_out_of_range": "sequence out of range: {ranges}",
|
|
1530
1547
|
"text.invalid_unit_cost": "[ko]invalid unit cost",
|
|
1531
1548
|
"text.invalid_unit_price_not_a_number": "[ko] invalid unit price (not a number)",
|
|
1532
1549
|
"text.invalid_unit_price": "[ko] invalid unit price",
|
|
@@ -1607,6 +1624,7 @@
|
|
|
1607
1624
|
"text.order_has_been_completed": "order has been completed",
|
|
1608
1625
|
"text.order_has_been_dispatched": "order has been dispatched",
|
|
1609
1626
|
"text.order_has_been_set_to_ready_to_ship": "[ko] order has been set to ready to ship",
|
|
1627
|
+
"text.order_in_sorting_status": "order is in sorting status",
|
|
1610
1628
|
"text.order_is_confirmed": "order is confirmed",
|
|
1611
1629
|
"text.order_is_not_selected": "[ko] order is not selected",
|
|
1612
1630
|
"text.order_is_now_editable": "order is now editable",
|
|
@@ -1684,6 +1702,10 @@
|
|
|
1684
1702
|
"text.previous_scan_is_executing": "[ko] the previous scan is still processing. Please wait 3-5 seconds before starting the next scan",
|
|
1685
1703
|
"text.print_1_label_for_item_with_non_specified_print_qty": "[ko]print 1 label for item with non-specified print qty",
|
|
1686
1704
|
"text.print_qty_is_empty": "인쇄수량이 없습니다",
|
|
1705
|
+
"text.print_qty_must_be_integer": "인쇄수량은 정수여야 합니다",
|
|
1706
|
+
"text.print_qty_must_be_valid_number": "인쇄수량은 유효한 숫자여야 합니다",
|
|
1707
|
+
"text.print_qty_must_be_valid_integer": "인쇄수량은 유효한 정수여야 합니다",
|
|
1708
|
+
"text.print_qty_must_be_at_least_one": "인쇄수량은 최소 1개 이상이어야 합니다",
|
|
1687
1709
|
"text.printing": "인쇄중",
|
|
1688
1710
|
"text.printing_not_allowed_business_rest_day": "오늘 ({day})은 이 연락처 지점의 영업 휴일입니다: {restDays}",
|
|
1689
1711
|
"text.priority": "[ko] priority",
|
|
@@ -1882,6 +1904,12 @@
|
|
|
1882
1904
|
"text.truck_no_is_empty": "[ko] truck number is empty",
|
|
1883
1905
|
"text.turn_to_pdf_successfully": "turn to pdf successfully",
|
|
1884
1906
|
"text.unable_to_save_print_history_x": "[ko] unable to save print history ({state.counter} label(s) printed). Kindly contact our support",
|
|
1907
|
+
"text.print_history": "[ko] print history",
|
|
1908
|
+
"text.reprint_seq_placeholder": "[ko] e.g. 4 or 4,7-9",
|
|
1909
|
+
"text.please_enter_reprint_seq": "[ko] Please enter Reprint Seq.",
|
|
1910
|
+
"text.all_items_loaded_proceed_to_loaded": "[ko] All items loaded. Proceed to LOADED to complete dispatch.",
|
|
1911
|
+
"text.all_items_picked_proceed_to_picked": "[ko] All items picked. Proceed to PICKED to complete picking.",
|
|
1912
|
+
"text.all_items_qc_complete_proceed_to_loading": "[ko] All items QC complete. Proceed to LOADING to continue.",
|
|
1885
1913
|
"text.undo_inspection": "[ko] undo inspection",
|
|
1886
1914
|
"text.undo_inventory": "[ko]undo inventory",
|
|
1887
1915
|
"text.undo_picking_worksheet": "재고 피킹 되돌리기",
|
package/translations/ms.json
CHANGED
|
@@ -98,6 +98,10 @@
|
|
|
98
98
|
"button.print_picking_list": "cetak senarai pengambilan",
|
|
99
99
|
"button.print_purchase_order": "cetak pesanan pembelian",
|
|
100
100
|
"button.print_route_label": "cetak label laluan",
|
|
101
|
+
"button.reprint": "cetak semula",
|
|
102
|
+
"button.go_to_loaded": "Pergi ke DIMUATKAN",
|
|
103
|
+
"button.go_to_picked": "Pergi ke DIPILIH",
|
|
104
|
+
"button.go_to_loading": "Pergi ke MEMUATKAN",
|
|
101
105
|
"button.proceed": "teruskan",
|
|
102
106
|
"button.product_changes": "perubahan produk",
|
|
103
107
|
"button.qty_checked": "kuantiti disemak",
|
|
@@ -382,6 +386,7 @@
|
|
|
382
386
|
"field.fax": "fax",
|
|
383
387
|
"field.final_count": "kiraan akhir",
|
|
384
388
|
"field.final_uom_value": "nilai uom akhir",
|
|
389
|
+
"field.filter_by": "filter by",
|
|
385
390
|
"field.first_delimiter": "D1",
|
|
386
391
|
"field.fleet_no": "no armada",
|
|
387
392
|
"field.fleet_spec": "spesifikasi armada",
|
|
@@ -575,6 +580,14 @@
|
|
|
575
580
|
"field.primary_unit": "unit utama",
|
|
576
581
|
"field.print_no": "cetak no.",
|
|
577
582
|
"field.print_qty": "cetak kuantiti",
|
|
583
|
+
"field.append_seq_to": "tambah jujukan ke",
|
|
584
|
+
"field.last_seq": "jujukan terakhir",
|
|
585
|
+
"field.last_printed_by": "dicetak oleh",
|
|
586
|
+
"field.printed": "dicetak",
|
|
587
|
+
"field.printed_at": "masa dicetak",
|
|
588
|
+
"field.range": "julat",
|
|
589
|
+
"field.reprint_seq": "jujukan cetak semula",
|
|
590
|
+
"field.user": "pengguna",
|
|
578
591
|
"field.priority": "keutamaan",
|
|
579
592
|
"field.priority_delivery": "penghantaran keutamaan",
|
|
580
593
|
"field.privileges": "peranan",
|
|
@@ -676,6 +689,7 @@
|
|
|
676
689
|
"field.self_collect": "pengambilan diri",
|
|
677
690
|
"field.self_collect_summary": "ringkasan pengambilan diri",
|
|
678
691
|
"field.seq": "seq",
|
|
692
|
+
"field.sequence_reference": "rujukan jujukan",
|
|
679
693
|
"field.serial_number": "nombor siri",
|
|
680
694
|
"field.service": "perkhidmatan",
|
|
681
695
|
"field.services": "perkhidmatan",
|
|
@@ -811,6 +825,7 @@
|
|
|
811
825
|
"field.vas_status": "status VAS",
|
|
812
826
|
"field.vat": "VAT",
|
|
813
827
|
"field.vehicle_no": "nombor kenderaan",
|
|
828
|
+
"field.view": "paparan",
|
|
814
829
|
"field.volume": "volume",
|
|
815
830
|
"field.volume_m3": "volume (M3)",
|
|
816
831
|
"field.volume_size": "saiz volume",
|
|
@@ -1577,6 +1592,8 @@
|
|
|
1577
1592
|
"text.invalid_return_location": "lokasi pulangan tidak sah",
|
|
1578
1593
|
"text.invalid_selection_more_than_one_product": "pilihan tidak sah (lebih daripada satu produk)",
|
|
1579
1594
|
"text.invalid_transfer_qty": "kuantiti pemindahan tidak sah",
|
|
1595
|
+
"text.invalid_sequence_number": "nombor urutan tidak sah",
|
|
1596
|
+
"text.sequence_out_of_range": "nombor urutan diluar julat: {ranges}",
|
|
1580
1597
|
"text.invalid_unit_cost": "kos unit tidak sah",
|
|
1581
1598
|
"text.invalid_unit_price": "harga unit tidak sah",
|
|
1582
1599
|
"text.invalid_unit_price_not_a_number": "harga unit tidak sah (bukan nombor)",
|
|
@@ -1659,6 +1676,7 @@
|
|
|
1659
1676
|
"text.optional": "pilihan",
|
|
1660
1677
|
"text.order_has_been_set_to_ready_to_ship": "pesanan telah ditetapkan sebagai sedia untuk dihantar",
|
|
1661
1678
|
"text.order_is_not_selected": "pesanan tidak dipilih",
|
|
1679
|
+
"text.order_in_sorting_status": "pesanan dalam status pengurutan",
|
|
1662
1680
|
"text.order_no_is_empty": "no. pesanan mssong",
|
|
1663
1681
|
"text.order_remark_has_been_checked": "catatan pesanan telah disemak",
|
|
1664
1682
|
"text.order_status_not_qualified_for_bulk_printing_packing_list": "status pesanan tidak layak untuk cetakan pukal senarai pembungkusan",
|
|
@@ -1749,6 +1767,10 @@
|
|
|
1749
1767
|
"text.previous_scan_is_executing": "pindai sebelumnya masih diproses. sila tunggu 3-5 saat sebelum memulai pindai seterusnya",
|
|
1750
1768
|
"text.print_1_label_for_item_with_non_specified_print_qty": "cetak 1 label untuk item dengan kuantiti cetak tidak ditetapkan",
|
|
1751
1769
|
"text.print_qty_is_empty": "kuantiti untuk cetak adalah mssong",
|
|
1770
|
+
"text.print_qty_must_be_integer": "kuantiti untuk cetak mesti integer",
|
|
1771
|
+
"text.print_qty_must_be_valid_number": "kuantiti untuk cetak mesti nombor yang sah",
|
|
1772
|
+
"text.print_qty_must_be_valid_integer": "kuantiti untuk cetak mesti integer yang sah",
|
|
1773
|
+
"text.print_qty_must_be_at_least_one": "kuantiti untuk cetak mesti sekurang-kurangnya 1",
|
|
1752
1774
|
"text.printing": "cetak",
|
|
1753
1775
|
"text.printing_not_allowed_business_rest_day": "Cetakan tidak dibenarkan kerana hari ini ({day}) jatuh pada hari rehat perniagaan bagi titik kontak ini: {restDays}",
|
|
1754
1776
|
"text.priority": "keutamaan",
|
|
@@ -1935,6 +1957,12 @@
|
|
|
1935
1957
|
"text.truck_no_is_empty": "no. kenderaan kosong",
|
|
1936
1958
|
"text.unable_to_find_matching_x": "tidak dapat mencari sepadan {state.x}",
|
|
1937
1959
|
"text.unable_to_save_print_history_x": "tidak dapat menyimpan rekod cetakan ({state.counter} label(s) printed). sila hubungi pihak kami",
|
|
1960
|
+
"text.print_history": "sejarah cetakan",
|
|
1961
|
+
"text.reprint_seq_placeholder": "cth. 4 atau 4,7-9",
|
|
1962
|
+
"text.please_enter_reprint_seq": "Sila masukkan Jujukan Cetak Semula.",
|
|
1963
|
+
"text.all_items_loaded_proceed_to_loaded": "Semua item telah dimuatkan. Teruskan ke DIMUATKAN untuk melengkapkan penghantaran.",
|
|
1964
|
+
"text.all_items_picked_proceed_to_picked": "Semua item telah dipilih. Teruskan ke DIPILIH untuk melengkapkan pemilihan.",
|
|
1965
|
+
"text.all_items_qc_complete_proceed_to_loading": "Semua item QC telah siap. Teruskan ke MEMUATKAN untuk meneruskan.",
|
|
1938
1966
|
"text.undo_inspection": "undur semakan",
|
|
1939
1967
|
"text.undo_inventory": "undur inventori",
|
|
1940
1968
|
"text.undo_picking_worksheet": "undur pengambilan lembaran kerja",
|
package/translations/zh.json
CHANGED
|
@@ -98,6 +98,10 @@
|
|
|
98
98
|
"button.print_picking_list": "打印拣货清单",
|
|
99
99
|
"button.print_purchase_order": "打印采购订单",
|
|
100
100
|
"button.print_route_label": "打印路线标签",
|
|
101
|
+
"button.reprint": "重新打印",
|
|
102
|
+
"button.go_to_loaded": "前往已装载",
|
|
103
|
+
"button.go_to_picked": "前往已拣选",
|
|
104
|
+
"button.go_to_loading": "前往装载",
|
|
101
105
|
"button.proceed": "继续",
|
|
102
106
|
"button.product_changes": "产品变更",
|
|
103
107
|
"button.qty_checked": "数量已检查",
|
|
@@ -382,6 +386,7 @@
|
|
|
382
386
|
"field.fax": "传真",
|
|
383
387
|
"field.final_count": "最终数量",
|
|
384
388
|
"field.final_uom_value": "最终单位价值",
|
|
389
|
+
"field.filter_by": "过滤条件",
|
|
385
390
|
"field.first_delimiter": "D1",
|
|
386
391
|
"field.fleet_no": "车队编号",
|
|
387
392
|
"field.fleet_spec": "车队规格",
|
|
@@ -575,6 +580,14 @@
|
|
|
575
580
|
"field.primary_unit": "主单位",
|
|
576
581
|
"field.print_no": "打印编号",
|
|
577
582
|
"field.print_qty": "打印数量",
|
|
583
|
+
"field.append_seq_to": "追加序号到",
|
|
584
|
+
"field.last_seq": "最后序号",
|
|
585
|
+
"field.last_printed_by": "最后打印人",
|
|
586
|
+
"field.printed": "已打印",
|
|
587
|
+
"field.printed_at": "打印时间",
|
|
588
|
+
"field.range": "范围",
|
|
589
|
+
"field.reprint_seq": "重打序号",
|
|
590
|
+
"field.user": "用户",
|
|
578
591
|
"field.priority": "优先级",
|
|
579
592
|
"field.priority_delivery": "优先交货",
|
|
580
593
|
"field.privileges": "权限",
|
|
@@ -678,6 +691,7 @@
|
|
|
678
691
|
"field.self_collect": "自提",
|
|
679
692
|
"field.self_collect_summary": "自提汇总",
|
|
680
693
|
"field.seq": "序号",
|
|
694
|
+
"field.sequence_reference": "序列参考",
|
|
681
695
|
"field.serial_number": "序列号",
|
|
682
696
|
"field.service": "服务",
|
|
683
697
|
"field.services": "服务",
|
|
@@ -816,6 +830,7 @@
|
|
|
816
830
|
"field.vas_status": "增值服务状态",
|
|
817
831
|
"field.vat": "增值税",
|
|
818
832
|
"field.vehicle_no": "车辆号",
|
|
833
|
+
"field.view": "视图",
|
|
819
834
|
"field.volume": "体积",
|
|
820
835
|
"field.volume_m3": "体积 (M3)",
|
|
821
836
|
"field.volume_size": "体积大小",
|
|
@@ -1603,6 +1618,8 @@
|
|
|
1603
1618
|
"text.invalid_return_location": "无效的返回位置",
|
|
1604
1619
|
"text.invalid_selection_more_than_one_product": "无效选择(超过一个产品)",
|
|
1605
1620
|
"text.invalid_transfer_qty": "无效的转移数量",
|
|
1621
|
+
"text.invalid_sequence_number": "无效的序列号",
|
|
1622
|
+
"text.sequence_out_of_range": "序列号超出范围: {ranges}",
|
|
1606
1623
|
"text.invalid_unit_cost": "无效的单位成本",
|
|
1607
1624
|
"text.invalid_unit_price": "无效的单位价格",
|
|
1608
1625
|
"text.invalid_unit_price_not_a_number": "无效的单位价格(不是数字)",
|
|
@@ -1685,6 +1702,7 @@
|
|
|
1685
1702
|
"text.optional": "可选",
|
|
1686
1703
|
"text.order_has_been_set_to_ready_to_ship": "订单已设置为准备发货",
|
|
1687
1704
|
"text.order_is_not_selected": "订单未选择",
|
|
1705
|
+
"text.order_in_sorting_status": "订单处于排序状态",
|
|
1688
1706
|
"text.order_no_is_empty": "订单号为空",
|
|
1689
1707
|
"text.order_remark_has_been_checked": "订单备注已检查",
|
|
1690
1708
|
"text.order_status_not_qualified_for_bulk_printing_packing_list": "订单状态不合格,无法批量打印装箱单",
|
|
@@ -1775,6 +1793,10 @@
|
|
|
1775
1793
|
"text.previous_scan_is_executing": "前一个扫描仍在处理。请等待3-5秒后再开始下一个扫描",
|
|
1776
1794
|
"text.print_1_label_for_item_with_non_specified_print_qty": "打印一个非指定打印数量的项目的标签",
|
|
1777
1795
|
"text.print_qty_is_empty": "打印数量为空",
|
|
1796
|
+
"text.print_qty_must_be_integer": "打印数量必须是整数",
|
|
1797
|
+
"text.print_qty_must_be_valid_number": "打印数量必须是有效的数字",
|
|
1798
|
+
"text.print_qty_must_be_valid_integer": "打印数量必须是有效的整数",
|
|
1799
|
+
"text.print_qty_must_be_at_least_one": "打印数量必须至少为1",
|
|
1778
1800
|
"text.printing": "打印中",
|
|
1779
1801
|
"text.printing_not_allowed_business_rest_day": "打印不允许,因为今天({day})是此联系点的业务休息日: {restDays}",
|
|
1780
1802
|
"text.priority": "优先级",
|
|
@@ -1932,6 +1954,12 @@
|
|
|
1932
1954
|
"text.there_is_nothing_to_restore": "没有要还原的",
|
|
1933
1955
|
"text.there_is_release_qty_no_amendment_is_allowed": "有释放数量,不允许修改",
|
|
1934
1956
|
"text.there_is_uncompleted_task": "有未完成的任务",
|
|
1957
|
+
"text.print_history": "打印历史",
|
|
1958
|
+
"text.reprint_seq_placeholder": "例如:4 或 4,7-9",
|
|
1959
|
+
"text.please_enter_reprint_seq": "请输入重打序号。",
|
|
1960
|
+
"text.all_items_loaded_proceed_to_loaded": "所有物品已装载。请前往已装载标签完成派送。",
|
|
1961
|
+
"text.all_items_picked_proceed_to_picked": "所有物品已拣选。请前往已拣选标签完成拣选。",
|
|
1962
|
+
"text.all_items_qc_complete_proceed_to_loading": "所有物品QC已完成。请前往装载标签继续。",
|
|
1935
1963
|
"text.there_no_selected": "没有选中的",
|
|
1936
1964
|
"text.theres_no_pallet_selected": "没有选中的托盘",
|
|
1937
1965
|
"text.this_action_will_affect_all_orders_related_to_this_inventory": "此操作将影响与此库存相关的所有订单",
|