diff --git a/components/barcode.vue b/components/barcode.vue
index ad0ca83..474c633 100644
--- a/components/barcode.vue
+++ b/components/barcode.vue
@@ -1,16 +1,11 @@
-
- 蛋黄酥
-
-
-
- {{code}}
-
-
-
+
\ No newline at end of file
diff --git a/components/shortPopup.vue b/components/shortPopup.vue
index 77a9cbc..3ad1b1e 100644
--- a/components/shortPopup.vue
+++ b/components/shortPopup.vue
@@ -230,7 +230,7 @@
product_attr_unique: this.sku[this.changeSkuKey].unique,
product_id: this.datas.product_id,
product_type: this.datas.product_type,
- source: this.source||13, // 13-供货采购
+ source: this.source||11, // 11-供货采购
spread_id: "",
}
let that = this
diff --git a/main.js b/main.js
index e044deb..da5792a 100644
--- a/main.js
+++ b/main.js
@@ -18,9 +18,11 @@ import {
import skeleton from './components/skeleton/index.vue'
import BaseMoney from './components/BaseMoney.vue';
import uView from '@/uni_modules/uview-ui'
+import barcode from "@/components/barcode.vue"
Vue.use(uView)
Vue.component('skeleton', skeleton)
Vue.component('BaseMoney', BaseMoney)
+Vue.component('barcode', barcode)
Vue.prototype.$util = util;
Vue.prototype.$Cache = Cache;
Vue.prototype.$procure_price = (item)=>{
diff --git a/pages/admin/orderDetail/index.vue b/pages/admin/orderDetail/index.vue
index 1517bb5..fe678b3 100644
--- a/pages/admin/orderDetail/index.vue
+++ b/pages/admin/orderDetail/index.vue
@@ -45,6 +45,9 @@
{{ item.cart_info.product.store_name }}
{{ item.cart_info.product.suk }}
+
+ 商品条码: {{ item.cart_info.productAttr.product.bar_code }}
+
@@ -52,7 +55,7 @@
x{{ item.product_num }}
(-{{item.product_num-item.refund_num}})
- ¥{{ item.cart_info.productAttr.ot_price }}
+
@@ -182,6 +185,9 @@
+
+
+