1
wanshenmean
2025-04-10 65b5b0ced6d04f773002908cb8c0720540f34907
´úÂë¹ÜÀí/NEWCode/WIDESEAWCS_PDA/pages/½ÐÁÏ/¸º¼«½ÐÁÏ.vue
@@ -92,13 +92,16 @@
            }
         },
         submit(cb) {
            uni.getStorage({
               key: 'storage_key_ipAddress',
               success: (res) => {
            this.$t.message.loading();
            let formDataParam = {
               current: this.current,
               size: this.size
            };
            // ä½¿ç”¨åˆ›æ™ºå®Œæ•´æŽ¥å£
            this.$u.post('/api/PDA/AGVPage', null).then(res => {
                  this.$u.post(res.data.CZFJiP, null).then(res => {
               console.log(res);
               this.$t.message.closeLoading();
               cb && cb();
@@ -108,6 +111,15 @@
            }).catch((err) => {
               this.$t.message.toast(err.message);
            });
               },
               fail: (err) => {
                  this.$t.message.toast('请先设置IP地址');
                  uni.navigateTo({
                     url: '/pages/SetAddress/SetAddress',
                  });
               },
            });
         },
         clickLoadMore(e) {
            this.status = 'loading';
@@ -146,6 +158,7 @@
               OrderNo: orderNo,
               Number: availableQuantity > 4 ? 4 : availableQuantity,
               InputValue: inputValue,
               TaskType: "负极"
               // ...其他需要传递的参数
            };