#
lsh
13 小时以前 dff4ba951d7d2cccc971db96a85f26babd3e347a
pages/inbound/buffStore.vue
@@ -434,17 +434,9 @@
      // 满桶入库
      async fullInStock() {
         console.log('满桶入库:新料(袋装), 数据:', item)
         if (this.item === '' || this.item === null) {
            uni.showToast({
               title: '请先选择库位出库',
               icon: 'none'
            })
            return
         }
         this.repeatClick = true
         try {
            const { code, data, msg } = await request('/AGV/task/start/T', {
            const { code, data, msg } = await request('/AGV/bindAndIn/start/T', {
               matNr: this.matNr,
               palletBarcode: this.palletBarcode
            })
@@ -498,7 +490,7 @@
            const { code, data, msg } = await request(
               '/callForEmptyContainers',
               {
                  staNo: this.palletBarcode,
                  staNo: this.palletStaBarcode,
                  type: '102'
               }
            )