wanshenmean
2025-04-10 54a7df532e4fd82a1462edd4475403ed9b2be0cc
´úÂë¹ÜÀí/NEWCode/WIDESEAWCS_PDA/pages/½ÐÁÏ/¸º¼«½ÐÁÏ.vue
@@ -101,7 +101,7 @@
                     size: this.size
                  };
                  // ä½¿ç”¨åˆ›æ™ºå®Œæ•´æŽ¥å£
                  this.$u.post(res.data.CZFJiP, null).then(res => {
                  this.$u.post(res.data.CZFJiP + '/api/PDA/AGVPage', null).then(res => {
                     console.log(res);
                     this.$t.message.closeLoading();
                     cb && cb();
@@ -162,10 +162,11 @@
               // ...其他需要传递的参数
            };
            // ä½¿ç”¨åˆ›æ™ºå®Œæ•´æŽ¥å£
            this.$u.post('/api/PDA/insertTask', formDataParam).then(res => {
               if (res.status) {
                  this.$u.post('/api/PDA/AddCZTask', formDataParam).then(res => {
               if (res.status) {
                  const value = uni.getStorageSync('storage_key_ipAddress');
                  // ä½¿ç”¨åˆ›æ™ºå®Œæ•´æŽ¥å£
                  this.$u.post(value.CZFJiP + '/api/PDA/insertTask', formDataParam).then(res => {
                     this.$t.message.closeLoading();
                     if (res.status) {
                        this.$t.message.toast('呼叫成功');