1
huangxiaoqiang
2025-10-22 d4b0b578752a1478f6c11b352fbb8d2bad1f9e1d
项目代码/PDA/pages/task/Inbound.vue
@@ -164,7 +164,7 @@
               "PalletCode": this.PalletCode2,
               "OrderNos": this.OrderNos
            }
            this.$u.post('/api/BoxingInfo/AddBoxingInfo', param).then(res => {
            this.$u.post('/api/StockInfo/AddGroupPlateAsync', param).then(res => {
               if (res.status) {
                  this.$refs.luToast.show({
                     title: res.message,
@@ -194,7 +194,7 @@
            var param = {
               "PalletCode": this.PalletCode3,
            }
            this.$u.post('/api/BoxingInfo/DeleteBoxingInfoAsync', param).then(res => {
            this.$u.post('/api/StockInfo/DeleteGroupPlateAsync', param).then(res => {
               if (res.status) {
                  this.$refs.luToast.show({
                     title: res.message,