浏览代码

修改结构

yumeng 1 年之前
父节点
当前提交
960a8b8af5

+ 1 - 1
src/views/goodsManagement/goodslist.vue

@@ -480,7 +480,7 @@
           </el-select>
         </el-form-item>
 
-        <el-form-item label="活动ID" v-if="this.byteDanceItemType != 2" prop="activityId">
+        <el-form-item label="活动ID" v-if="this.mediaId == 2 || (this.mediaId == 1 && this.byteDanceItemType == 1)" prop="activityId">
           <el-select
             style="width: 240px"
             v-model="formBroadcast.activityId"

+ 4 - 4
src/views/index.vue

@@ -852,7 +852,7 @@ export default {
     },
     toOrderDetail(item) {
       this.$router.replace({
-        path: "/supplyChain/goodsDetails",
+        path: "/supplyChain/kuaishou/goodsDetails",
         query: {
           id: item.itemId,
           name: item.itemTitle,
@@ -863,12 +863,12 @@ export default {
     },
     toOrderList() {
       this.$router.replace({
-        path: "/supplyChain/goods",
+        path: "/supplyChain/kuaishou/goods",
       });
     },
     toPersonDetail(item) {
       this.$router.replace({
-        path: "/supplyChain/indexDetails",
+        path: "/supplyChain/kuaishou/indexDetails",
         query: {
           id: item.promoterId,
           name: item.promoterNickName,
@@ -879,7 +879,7 @@ export default {
     },
     toPersonList() {
       this.$router.replace({
-        path: "/supplyChain/index",
+        path: "/supplyChain/kuaishou/index",
       });
     },
     handleQuery() {

+ 4 - 4
src/views/staging.vue

@@ -876,7 +876,7 @@
       },
       toOrderDetail(item) {
         this.$router.replace({
-          path: "/supplyChain/goodsDetails",
+          path: "/supplyChain/kuaishou/goodsDetails",
           query: {
             id: item.itemId,
             name: item.itemTitle,
@@ -887,12 +887,12 @@
       },
       toOrderList() {
         this.$router.replace({
-          path: "/supplyChain/goods",
+          path: "/supplyChain/kuaishou/goods",
         });
       },
       toPersonDetail(item) {
         this.$router.replace({
-          path: "/supplyChain/indexDetails",
+          path: "/supplyChain/kuaishou/indexDetails",
           query: {
             id: item.promoterId,
             name: item.promoterNickName,
@@ -903,7 +903,7 @@
       },
       toPersonList() {
         this.$router.replace({
-          path: "/supplyChain/index",
+          path: "/supplyChain/kuaihsou/index",
         });
       },
       indexMethod(index) {

+ 1 - 1
src/views/supplyChain/channelList.vue

@@ -441,7 +441,7 @@
       },
       toIndexDetail(item) {
         this.$router.replace({
-          path: "/supplyChain/channelDetails",
+          path: "/supplyChain/kuaishou/channelDetails",
           query: {
             id: item.collectSampleId,
             orderStartDate: this.uploadDate[0],

+ 2 - 2
src/views/supplyChain/claimOk.vue

@@ -300,7 +300,7 @@ export default {
   methods: {
     toDetail(item) {
       this.$router.replace({
-        path: "/supplyChain/indexDetails",
+        path: "/supplyChain/kuaishou/indexDetails",
         query: {
           id: item.promoterId,
           name: item.promoterNickName,
@@ -311,7 +311,7 @@ export default {
     },
     toIndexDetail(item) {
       this.$router.replace({
-        path: "/supplyChain/goodsDetails",
+        path: "/supplyChain/kuaihsou/goodsDetails",
         query: {
           id: item.itemId,
           name: item.itemTitle,

+ 2 - 2
src/views/supplyChain/goods.vue

@@ -404,7 +404,7 @@ export default {
     },
     toDetail(item) {
       this.$router.replace({
-        path: "/supplyChain/indexDetails",
+        path: "/supplyChain/kuaishou/indexDetails",
         query: {
           id: item.promoterId,
           name: item.promoterNickName,
@@ -415,7 +415,7 @@ export default {
     },
     toIndexDetail(item) {
       this.$router.replace({
-        path: "/supplyChain/goodsDetails",
+        path: "/supplyChain/kuaishou/goodsDetails",
         query: {
           id: item.itemId,
           name: item.itemTitle,

+ 1 - 1
src/views/supplyChain/goodsDetails.vue

@@ -228,7 +228,7 @@ export default {
     toDetail(id) {},
     toIndexDetail(item) {
       this.$router.replace({
-        path: "/supplyChain/indexDetails",
+        path: "/supplyChain/kuaishou/indexDetails",
         query: {
           id: item.promoterId,
           name: item.promoterNickName,

+ 2 - 2
src/views/supplyChain/index.vue

@@ -326,7 +326,7 @@
       },
       toDetail(item) {
         this.$router.replace({
-          path: "/supplyChain/goodsDetails",
+          path: "/supplyChain/kuaishou/goodsDetails",
           query: {
             id: item.itemId,
             name: item.itemTitle,
@@ -337,7 +337,7 @@
       },
       toIndexDetail(item) {
         this.$router.replace({
-          path: "/supplyChain/indexDetails",
+          path: "/supplyChain/kuaishou/indexDetails",
           query: {
             id: item.promoterId,
             name: item.promoterNickName,

+ 1 - 1
src/views/supplyChain/indexDetails.vue

@@ -397,7 +397,7 @@ export default {
     toDetail(id) {},
     toIndexDetail(item) {
       this.$router.replace({
-        path: "/supplyChain/goodsDetails",
+        path: "/supplyChain/kuaishou/goodsDetails",
         query: {
           id: item.itemId,
           name: item.itemTitle,

+ 2 - 2
src/views/supplyChain/investment.vue

@@ -304,7 +304,7 @@ export default {
     },
     toDetail(item) {
       this.$router.replace({
-        path: "/supplyChain/goodsDetails",
+        path: "/supplyChain/kuaishou/goodsDetails",
         query: {
           id: item.itemId,
           name: item.itemTitle,
@@ -315,7 +315,7 @@ export default {
     },
     toIndexDetail(item) {
       this.$router.replace({
-        path: "/supplyChain/investmentDetails",
+        path: "/supplyChain/kuaishou/investmentDetails",
         query: {
           id: item.userId,
           orderStartDate: this.uploadDate[0],

+ 1 - 1
src/views/supplyChain/investmentDetails.vue

@@ -480,7 +480,7 @@ export default {
     toDetail(id) {},
     toIndexDetail(item) {
       this.$router.replace({
-        path: "/supplyChain/indexDetails",
+        path: "/supplyChain/kuaishou/indexDetails",
         query: {
           id: item.promoterId,
           name: item.promoterNickName,

+ 2 - 2
src/views/supplyChain/service.vue

@@ -266,7 +266,7 @@ export default {
   methods: {
     toDetail(item) {
       this.$router.replace({
-        path: "/supplyChain/indexDetails",
+        path: "/supplyChain/kuaishou/indexDetails",
         query: {
           id: item.promoterId,
           name: item.promoterNickName,
@@ -277,7 +277,7 @@ export default {
     },
     toIndexDetail(item) {
       this.$router.replace({
-        path: "/supplyChain/goodsDetails",
+        path: "/supplyChain/kuaihsou/goodsDetails",
         query: {
           id: item.itemId,
           name: item.itemTitle,