diff --git a/src/i18n/lang/cn.ts b/src/i18n/lang/cn.ts
index 53638a6..668dc72 100644
--- a/src/i18n/lang/cn.ts
+++ b/src/i18n/lang/cn.ts
@@ -182,6 +182,7 @@ export default {
Pi_tip16: '只能选择一个DN单',
Pi_tip17: '请选择一条DN单',
Pi_tip18: '请选中要移库的数据',
+ Pi_tip19: '只能选择一条修改数量',
//汇总交接
Summary_Query: '汇总查询',
Summary_Contain: '包含',
diff --git a/src/i18n/lang/en.ts b/src/i18n/lang/en.ts
index 1588110..57bec3b 100644
--- a/src/i18n/lang/en.ts
+++ b/src/i18n/lang/en.ts
@@ -32,6 +32,7 @@ export default {
Pi_tip16: 'You can only select one DN list',
Pi_tip17: 'Please select a dn list',
Pi_tip18: 'Please select the data to be moved',
+ Pi_tip19: 'Only one item can be selected to modify the quantity',
//版本更新
updatePrompt: 'Update tips',
Tip1: 'New version detected, update?',
diff --git a/src/pages/product/warehouse/wholeScrap/index.vue b/src/pages/product/warehouse/wholeScrap/index.vue
index 59cf5b9..8b9388c 100644
--- a/src/pages/product/warehouse/wholeScrap/index.vue
+++ b/src/pages/product/warehouse/wholeScrap/index.vue
@@ -160,7 +160,7 @@ export default class productCheckReceipt extends BasePage {
};
await this.model.queryScrapList(param);
if (this.model.code == '1') {
- this.customToast(this.$t('message.product_Tip8') as string);
+ //this.customToast(this.$t('message.product_Tip8') as string);
this.model.recordsList.forEach((item: any) => {
item.fileNo = ' ';
});
diff --git a/src/pages/raw/handover/virtual/result.vue b/src/pages/raw/handover/virtual/result.vue
index d71b4f3..2791956 100644
--- a/src/pages/raw/handover/virtual/result.vue
+++ b/src/pages/raw/handover/virtual/result.vue
@@ -58,13 +58,13 @@ export default class AggregatingResult extends BasePage {
* 汇总
*/
async onVirtual() {
- const orderOutIdList = this.model.proOrderResultList.map((_: any) => _.orderOutId);
- const params = {
- factoryCode: session.factoryCode,
- loginName: session.loginName,
- orderOutIdList,
- };
- await this.model.querySummaryList(params);
+ // const orderOutIdList = this.model.proOrderResultList.map((_: any) => _.orderOutId);
+ // const params = {
+ // factoryCode: session.factoryCode,
+ // loginName: session.loginName,
+ // orderOutIdList,
+ // };
+ // await this.model.querySummaryList(params);
this.toPage(this.page.raw.handover.virtual.summary);
}
}
diff --git a/src/pages/raw/handover/virtual/summary.vue b/src/pages/raw/handover/virtual/summary.vue
index 8354558..6ff8f0a 100644
--- a/src/pages/raw/handover/virtual/summary.vue
+++ b/src/pages/raw/handover/virtual/summary.vue
@@ -8,7 +8,7 @@
-
+