diff --git a/klp-ui/src/views/wms/stockIo/panels/detail.vue b/klp-ui/src/views/wms/stockIo/panels/detail.vue
index 62911052..246f00c3 100644
--- a/klp-ui/src/views/wms/stockIo/panels/detail.vue
+++ b/klp-ui/src/views/wms/stockIo/panels/detail.vue
@@ -29,7 +29,13 @@
-
+
+
+
+
+ {{ scope.row.itemId }}
+
+
@@ -100,11 +106,11 @@
-
@@ -147,7 +153,7 @@
-
+
{{ getStatusButtonText() }}
-
+
{{ getAuditButtonText() }}
-
+
-
@@ -341,7 +347,7 @@ export default {
this.$modal.msgError('请先添加明细数据');
return;
}
-
+
// 确认审核
this.$modal.confirm('确认要审核此出入库单吗?审核后将影响库存数据。').then(() => {
this.auditLoading = true;
@@ -410,7 +416,7 @@ export default {
} else {
this.$delete(this.rules, 'fromWarehouseId');
}
-
+
this.$refs["form"].validate(valid => {
if (valid) {
this.buttonLoading = true;
@@ -505,7 +511,7 @@ export default {
this.$modal.msgError('请先添加明细数据');
return;
}
-
+
this.$modal.confirm('确认要提交此出入库单吗?提交后将无法修改明细。').then(() => {
this.statusLoading = true;
updateStockIoStatus(this.stockIo.stockIoId, 1).then(response => {