diff --git a/src/pages/raw/handover/picking/BySummary.vue b/src/pages/raw/handover/picking/BySummary.vue index 6479e64..92bb262 100644 --- a/src/pages/raw/handover/picking/BySummary.vue +++ b/src/pages/raw/handover/picking/BySummary.vue @@ -215,7 +215,8 @@ export default class RawReceiptDetail extends BasePage { }); return; } - if (this.some == {}) { + //guoshuang 判断对象为空修改 逻辑:订单勾选校验 + if (JSON.stringify(this.some) == "{}") { uni.showToast({ icon: "none", title: this.$t("message.Commission_tips6") as any,