diff --git a/src/pages/product/stoOutbound/detail.vue b/src/pages/product/stoOutbound/detail.vue
index 7720d62..c79f81e 100644
--- a/src/pages/product/stoOutbound/detail.vue
+++ b/src/pages/product/stoOutbound/detail.vue
@@ -55,13 +55,17 @@ export default class RawReceiptDetail extends BasePage {
barcode: barcode,
};
await this.model.deleteBarcode(SunmitList);
- if (this.model.SubCode == 1) {
+ if (this.model.DeleteCode == 1) {
+ let index = this.model.stoBarcodeList.findIndex(val=>val.barcode==barcode);
+ this.model.stoBarcodeList.splice(index,1);
+ this.seleteData=[];
uni.showToast({
title: this.$t('message.success') as string,
image: '/static/icons/icon-51.png',
});
this.seleteData={};
}
+ // await this.model.QueryStoDetail
}
}
diff --git a/src/pages/product/stoOutbound/index.vue b/src/pages/product/stoOutbound/index.vue
index f61cdde..bde8291 100644
--- a/src/pages/product/stoOutbound/index.vue
+++ b/src/pages/product/stoOutbound/index.vue
@@ -72,14 +72,15 @@
-
+
-
+
+