Browse Source

该名称查看子表装

hella_online_20240829
zhaoxuebing 3 months ago
parent
commit
f05b085d77
  1. 1
      src/locales/en-US.ts
  2. 1
      src/locales/zh-CN.ts
  3. 2
      src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptJobMain/index.vue
  4. 2
      src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRecordMain/index.vue
  5. 2
      src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRequestMain/index.vue

1
src/locales/en-US.ts

@ -726,6 +726,7 @@ export default {
:'Code from the shipper',
:'Shipper code',
:'See other packaging formats',
:'See sub packaging formats',
:'Packing specifications',
:'Document printing',
:'Itemized list',

1
src/locales/zh-CN.ts

@ -726,6 +726,7 @@ export default {
:'从货主代码',
:'到货主代码',
:'查看其他包装规格',
:'查看子包装',
:'包装规格',
:'单据打印',
:'明细列表',

2
src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptJobMain/index.vue

@ -331,7 +331,7 @@ const openDetail = (row: any, titleName: any, titleValue: any) => {
// table
const buttondataTable = ref([{
label: '查看其他包装规格',
label: '查看子包装',
name: 'viewParentPickingNumber',
hide: false,
type: 'primary',

2
src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRecordMain/index.vue

@ -261,7 +261,7 @@ const openDetail = (row: any, titleName: any, titleValue: any) => {
// table
const buttondataTable = ref([{
label: t('ts.查看其他包装规格'),
label: t('ts.查看子包装'),
name: 'viewParentPickingNumber',
hide: false,
type: 'primary',

2
src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRequestMain/index.vue

@ -610,7 +610,7 @@ const openDetail = (row: any, titleName: any, titleValue: any) => {
// table
const buttondataTable = ref([{
label: '查看其他包装规格',
label: '查看子包装',
name: 'viewParentPickingNumber',
hide: false,
type: 'primary',

Loading…
Cancel
Save