From 47fcd00bd274ab9c11721304a8bdb5bf6467a9a1 Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Mon, 18 Dec 2023 17:55:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/barcode.vue | 191 +++++++++--------- components/shortPopup.vue | 2 +- main.js | 2 + pages/admin/orderDetail/index.vue | 30 ++- pages/admin/orderDetail/indexOther.vue | 29 ++- pages/admin/orderList/index.vue | 27 ++- pages/admin/orderList/indexOther.vue | 16 +- pages/nongKe/cloud_entrepot/indexb.vue | 4 +- pages/nongKe/supply_chain/merchant.vue | 11 +- .../nongKe/supply_chain/shopping_trolley.vue | 6 +- .../supply_chain/shopping_trolley_a.vue | 6 +- pages/users/order_list/indexCopy.vue | 2 +- 12 files changed, 211 insertions(+), 115 deletions(-) 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 @@ \ 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 @@ + + +