diff --git a/src/components/J-Picker/jPicker.vue b/src/components/J-Picker/jPicker.vue index 1b2a4c6..21ac177 100644 --- a/src/components/J-Picker/jPicker.vue +++ b/src/components/J-Picker/jPicker.vue @@ -128,7 +128,9 @@ export default { this.pickerVisable = false; if (this.listData.length == 0) { uni.showToast({ - title: '未选中', + //title: '未选中', + icon: 'none', + title: this.$t('message.unselected') as string, }); this.$emit('sure', {}); } else { diff --git a/src/i18n/lang/cn.ts b/src/i18n/lang/cn.ts index 7317420..a6a019f 100644 --- a/src/i18n/lang/cn.ts +++ b/src/i18n/lang/cn.ts @@ -60,6 +60,8 @@ export default { Purchase: '采购单', BackSweep: '退扫', succeeded: '退扫成功', + //jpicker提示 + unselected: '未选中', //po收货 po_ReceivingGoods: 'PO收货', diff --git a/src/i18n/lang/en.ts b/src/i18n/lang/en.ts index 3f2b281..be1295d 100644 --- a/src/i18n/lang/en.ts +++ b/src/i18n/lang/en.ts @@ -55,6 +55,8 @@ export default { workArea_WorkAreaName: 'Work area name', workArea_WarehouseClassify: 'WH classify', workArea_Confirm: 'Confirm', + //jpicker提示 + unselected: 'Unchecked', //原材料菜单 rawMenu_ReceivingGoods: 'Receive', rawMenu_Handover: 'Handover', diff --git a/src/pages/raw/handover/feeding/Location.vue b/src/pages/raw/handover/feeding/Location.vue index 17b64b6..678e483 100644 --- a/src/pages/raw/handover/feeding/Location.vue +++ b/src/pages/raw/handover/feeding/Location.vue @@ -472,11 +472,11 @@ export default class RawReceiptDetail extends BasePage { height: 100%; display: flex; view { - width: 100rpx; + width: 140rpx; line-height: 100rpx; } .search{ - padding-left: 19px; + padding-left: 12px; } } } @@ -489,7 +489,7 @@ export default class RawReceiptDetail extends BasePage { height: 100%; display: flex; .material-right-title { - width: 120rpx; + width: 140rpx; height: 100%; line-height: 100rpx; }