1
huangxiaoqiang
2025-10-21 6c663b92b0078aa89657df22ec188dff65599f04
ÏîÄ¿´úÂë/PDA/pages/basic/cachePoint.vue
@@ -14,21 +14,6 @@
                   <u-toast ref="uToast" />
                </view>
            </view>
            <view v-show="current === 1">
                <view style="padding: 5%;">
                   <uni-forms label-width="120">
                      <uni-forms-item label="缓存点">
                         <uni-easyinput type="text" :focus="!istrue" @input="carNoInputChange" v-model="value"
                            placeholder="请输入缓存点" ref='midInput' />
                      </uni-forms-item>
                   </uni-forms>
                   <button @click="submit" type="primary" size="default" style="margin-top: 2%;">拆包</button>
                   <u-toast ref="uToast" />
                </view>
            </view>
            <!-- <view v-show="current === 2">
                é€‰é¡¹å¡3的内容
            </view> -->
        </view>
    </view>
</template>
@@ -40,7 +25,7 @@
            istrue: false,
            range: [],
            value: "",
            items: ['释放缓存位', '拆包'],
            items: ['释放缓存位'],
            current: 0
         }
      },
@@ -61,13 +46,7 @@
               })
               return;
            }
            var param = {
               MainData: {
                  matCode: this.value,
                  endPoint: this.value
               }
            }
            this.$u.post('/api/AcrossFloorCarry/AcrossFloorCallMat', param).then(res => {
            this.$u.post('/api/LocationInfo/initializeLocation?locationCode='+this.value,"").then(res => {
               if (res.status) {
                  this.$refs.uToast.show({
                     title: "释放成功",