diff --git a/src/router/index.js b/src/router/index.js index c397b16..a2a0605 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -25,6 +25,11 @@ const router = new VueRouter({ name: 'changePwd', component: () => import('../view/login/ChangePwd') }, + { + path: 'waitCreate', + name: 'waitCreate', + component: () => import('../view/shipping/WaitCreate.vue') + }, { path: 'normalSendGoods', name: 'NormalSendGoods', @@ -145,6 +150,11 @@ const router = new VueRouter({ name: 'info', component: () => import('../view/Info.vue') }, + { + path: 'priceFollow', + name: 'priceFollow', + component: () => import('../view/PriceFollow.vue') + }, { path: 'message', name: 'message', diff --git a/src/view/Home.vue b/src/view/Home.vue index 9c318e4..2a7153d 100644 --- a/src/view/Home.vue +++ b/src/view/Home.vue @@ -53,6 +53,7 @@ 备货单管理 + 创建备货单 抢仓发货 发货台管理 待装箱发货单 @@ -132,6 +133,10 @@ 弹窗消息 + + + 调价管理 + 新手园地 diff --git a/src/view/Info.vue b/src/view/Info.vue index 7885087..f8ad14a 100644 --- a/src/view/Info.vue +++ b/src/view/Info.vue @@ -13,16 +13,6 @@ :isShowPagination="false" style="margin-top: 8px;" @getList="getList"> - - - onChange(row.id, e)" - v-model="row.isSend"> - - - diff --git a/src/view/PriceFollow.vue b/src/view/PriceFollow.vue new file mode 100644 index 0000000..f975109 --- /dev/null +++ b/src/view/PriceFollow.vue @@ -0,0 +1,234 @@ + + + + + + + + + + 处理 + + + + + + + + + {{row.newSupplyPrice }} + + + + + {{row.price }} + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/view/selection/storetrack/components/List.vue b/src/view/selection/storetrack/components/List.vue index ffb2655..5a2688d 100644 --- a/src/view/selection/storetrack/components/List.vue +++ b/src/view/selection/storetrack/components/List.vue @@ -365,6 +365,7 @@ import {sendTemuAPIMessage, sendSheinAPIMessage} from '@/api/chromeApi' "mall_id": row.content, "filter_items": "0:1", "page_number": this.pageNo, + "scene_code": "mall_rule", "page_size": this.pageSize }}).then((res) => { if (this.isBatchCollect && (index+1) == this.selectRows.length) { diff --git a/src/view/shipping/WaitCreate.vue b/src/view/shipping/WaitCreate.vue new file mode 100644 index 0000000..c5868a0 --- /dev/null +++ b/src/view/shipping/WaitCreate.vue @@ -0,0 +1,551 @@ + + + + + + + + + + 添加待创建备货单 + + 按店铺添加 + 一键添加所有 + + + + 开始创建 + {{ `结束创建(${choosedList.length}/${createTotal})` }} + + + + + + + + + + 备货母单号: {{ scope.row.subPurchaseOrderSn }} + SKC: {{ scope.row.productSkcId }} + 货号: {{ scope.row.productSn }} + + + + + + + {{ formatTime(scope.row.purchaseTime) }} + + + + + + + + + + + + + 属性集:{{ item.extCode}} + 待发货数:{{ item.purchaseQuantity }} + SKU ID: {{ item.productSkuId }} + + + + + + + + 移除 + + + + + + 店铺: + + + {{ item.mallName }} + + + + + + + + + 备货母单号: {{ scope.row.subPurchaseOrderSn }} + SKC: {{ scope.row.productSkcId }} + 货号: {{ scope.row.productSn }} + + + + + + + {{ formatTime(scope.row.purchaseTime) }} + + + + + + + + + + + + + 属性集:{{ item.color + ' ' + item.size}} + 待发货数:{{ item.purchaseQuantity }} + SKU ID: {{ item.productSkuId }} + + + + + + + 关 闭 + 添加 + + + + + + + + + + +