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 : {}
}
}
}