shish 5 лет назад
Родитель
Сommit
f362ac8f95

+ 1 - 1
hdApp/src/admin/billing/affirmGhs.vue

@@ -428,7 +428,7 @@ export default {
 			let self = this;
 			let self = this;
 			uni.showModal({
 			uni.showModal({
 				title: '提示',
 				title: '提示',
-				content: '确认单?',
+				content: '确认单?',
 				success: function (res) {
 				success: function (res) {
 					if (res.confirm) {
 					if (res.confirm) {
 						createOrder(parameter).then(res => {
 						createOrder(parameter).then(res => {

+ 2 - 2
hdApp/src/admin/goodsManage/list.vue

@@ -145,10 +145,10 @@ export default {
       tabIndex: 0,
       tabIndex: 0,
       tabs: [
       tabs: [
         {
         {
-          name: "出售中"
+          name: "上架"
         },
         },
         {
         {
-          name: "待上架"
+          name: "架"
         }
         }
       ],
       ],
       // 中间
       // 中间

+ 7 - 1
hdApp/src/admin/home/apply.vue

@@ -91,7 +91,13 @@ export default { // 应用页面
               name: "供货商",
               name: "供货商",
               img: `${this.$constant.imgUrl}/ghs/home/icon_ghs.png`,
               img: `${this.$constant.imgUrl}/ghs/home/icon_ghs.png`,
               url: "/pagesPurchase/order"
               url: "/pagesPurchase/order"
-            }, {
+            },
+            {
+              name: "采购单",
+              img: `${this.$constant.imgUrl}/ghs/home/icon_caigou.png`,
+              url: "/pagesPurchase/shopping"
+            },
+            {
               name: "培训班",
               name: "培训班",
               img: `${this.$constant.imgUrl}/ghs/home/icon_pxb.png`,
               img: `${this.$constant.imgUrl}/ghs/home/icon_pxb.png`,
               url: "/pagesStatistics/trainingClass"
               url: "/pagesStatistics/trainingClass"

+ 11 - 17
hdApp/src/admin/home/workbench.vue

@@ -83,11 +83,6 @@
           :src="kdSrc"
           :src="kdSrc"
           mode="widthFix"
           mode="widthFix"
         ></image>
         ></image>
-        <!-- <image
-          @click="pageTo({ url: '/pagesPurchase/order' })"
-          :src="cgSrc"
-          mode="widthFix"
-        ></image> -->
       </view>
       </view>
       <div class="tabs-wrap">
       <div class="tabs-wrap">
         <div
         <div
@@ -206,22 +201,21 @@ export default {
       ],
       ],
       // tab按钮
       // tab按钮
       tabsData: [
       tabsData: [
-        {
-          name: "采购",
-          img: `${this.$constant.imgUrl}/ghs/home/icon_caigou.png`,
-          url: "/pagesPurchase/shopping"
-        },
         {
         {
           name: "收款",
           name: "收款",
           img: `${this.$constant.imgUrl}/ghs/home/icon_sk.png`,
           img: `${this.$constant.imgUrl}/ghs/home/icon_sk.png`,
           url: "/admin/billing/priceChange"
           url: "/admin/billing/priceChange"
         },
         },
         {
         {
-          name: "库存",
-          img: `${this.$constant.imgUrl}/ghs/home/kcyjs.png`,
-          url: "/pagesStorehouse/stockWarn/manage"
+          name: "采购单",
+          img: `${this.$constant.imgUrl}/ghs/home/icon_caigou.png`,
+          url: "/pagesPurchase/shopping"
+        },
+        {
+          name: "供应商",
+          img: `${this.$constant.imgUrl}/ghs/home/icon_ghs.png`,
+          url: "/pagesPurchase/order"
         },
         },
-        
         {
         {
           name: "商品",
           name: "商品",
           img: `${this.$constant.imgUrl}/ghs/home/icon_spgl.png`,
           img: `${this.$constant.imgUrl}/ghs/home/icon_spgl.png`,
@@ -233,9 +227,9 @@ export default {
           url: "/admin/staff/list"
           url: "/admin/staff/list"
         },
         },
         {
         {
-          name: "门店",
-          img: `${this.$constant.imgUrl}/ghs/home/shop.png`,
-          url: "/admin/shop/list"
+          name: "库存",
+          img: `${this.$constant.imgUrl}/ghs/home/kcyjs.png`,
+          url: "/pagesStorehouse/stockWarn/manage"
         },
         },
         {
         {
           name: "邀请开店",
           name: "邀请开店",