yyb
9 天以前 16a42ed86cf9eaa19b749577e22ccfbf700d81b9
pages/wareHouse/nuclearScale/createwriteoffform.vue
@@ -261,7 +261,10 @@
                        const obj = Object.assign({
                           label: i.customerName,
                           value: i.customerName,
                           shippingNoticeNo: i.shippingNoticeNo,
                  shippingNoticeNo: i.shippingNoticeNo,
                  receiverAddress: i.receiverAddress,
                  contactPerson: i.contactPerson,
                  contactPhone: i.contactPhone,
                           id: i.id,
                        });
                        this.selClientList.push(obj);
@@ -412,7 +415,8 @@
            }
            const selectedIndex = e.target.value;
            const selectedCustomer = storage[selectedIndex];
        console.log("selectedCustomer", selectedCustomer);
        console.log("selectedIndex", selectedIndex);
            // 检查是否选择了相同的客户
            if (code === "customerName1" && this.selClientIndex2 === selectedIndex) {
               uni.showToast({