From c4d11a1537dd15bdcd60e25585d78dd0d8d70991 Mon Sep 17 00:00:00 2001
From: caill <815519168@qq.com>
Date: Thu, 17 Nov 2022 14:23:07 +0800
Subject: [PATCH] =?UTF-8?q?=E5=AD=97=E6=AE=B5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/WarehouseManage/ProdDeliveryConfirm.vue | 8 ++++----
pages/WarehouseManage/ReturngoodsInStore.vue | 8 ++++----
pages/WarehouseManage/ScrapInStore.vue | 8 ++++----
3 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/pages/WarehouseManage/ProdDeliveryConfirm.vue b/pages/WarehouseManage/ProdDeliveryConfirm.vue
index 81ab4bc..9008a94 100644
--- a/pages/WarehouseManage/ProdDeliveryConfirm.vue
+++ b/pages/WarehouseManage/ProdDeliveryConfirm.vue
@@ -36,8 +36,8 @@
-
- | {{e.package_box_SN}} |
+
+ | {{e.package_box_sn}} |
{{e.container_name}} |
{{e.product_name}} |
{{e.product_description}} |
@@ -124,8 +124,8 @@
}
},
toCheck (e) {
- this.pkId = this.pkId === e.package_box_SN ? '' : e.package_box_SN
- this.pkObj = this.pkId === e.package_box_SN ? e : {}
+ this.pkId = this.pkId === e.package_box_sn ? '' : e.package_box_sn
+ this.pkObj = this.pkId === e.package_box_sn ? e : {}
}
}
}
diff --git a/pages/WarehouseManage/ReturngoodsInStore.vue b/pages/WarehouseManage/ReturngoodsInStore.vue
index ce8e5ab..2db48c4 100644
--- a/pages/WarehouseManage/ReturngoodsInStore.vue
+++ b/pages/WarehouseManage/ReturngoodsInStore.vue
@@ -53,8 +53,8 @@
-
- | {{e.package_box_SN}} |
+
+ | {{e.package_box_sn}} |
{{e.container_name}} |
{{e.product_name}} |
{{e.product_description}} |
@@ -128,8 +128,8 @@
}
},
toCheck (e) {
- this.pkId = this.pkId === e.package_box_SN ? '' : e.package_box_SN
- this.pkObj = this.pkId === e.package_box_SN ? e : {}
+ this.pkId = this.pkId === e.package_box_sn ? '' : e.package_box_sn
+ this.pkObj = this.pkId === e.package_box_sn ? e : {}
}
}
}
diff --git a/pages/WarehouseManage/ScrapInStore.vue b/pages/WarehouseManage/ScrapInStore.vue
index 1021aff..5fb6df1 100644
--- a/pages/WarehouseManage/ScrapInStore.vue
+++ b/pages/WarehouseManage/ScrapInStore.vue
@@ -47,8 +47,8 @@
-
- | {{e.package_box_SN}} |
+
+ | {{e.package_box_sn}} |
{{e.container_name}} |
{{e.product_name}} |
{{e.product_description}} |
@@ -121,8 +121,8 @@
}
},
toCheck (e) {
- this.pkId = this.pkId === e.package_box_SN ? '' : e.package_box_SN
- this.pkObj = this.pkId === e.package_box_SN ? e : {}
+ this.pkId = this.pkId === e.package_box_sn ? '' : e.package_box_sn
+ this.pkObj = this.pkId === e.package_box_sn ? e : {}
}
}
}