diff --git a/preview.png b/preview.png index 1d911f11..0984195e 100644 Binary files a/preview.png and b/preview.png differ diff --git a/vue/src/views/shop/order_index.vue b/vue/src/views/shop/order_index.vue index 1a9f98b9..32e28e02 100644 --- a/vue/src/views/shop/order_index.vue +++ b/vue/src/views/shop/order_index.vue @@ -4,7 +4,7 @@ - + diff --git a/vue/src/views/tao/order/index.vue b/vue/src/views/tao/order/index.vue index 1f2a252f..f3f6cca0 100644 --- a/vue/src/views/tao/order/index.vue +++ b/vue/src/views/tao/order/index.vue @@ -55,16 +55,16 @@ @click="handlePull" >API拉取订单 - - API拉取单个订单 - + + + + + + + + + + 手动将选中订单推送到OMS + >批量确认订单 @@ -128,12 +128,26 @@ @@ -311,7 +325,7 @@ export default { }, handlePushOms(row) { const ids = row.id || this.ids; - this.$modal.confirm('是否手动推送到系统?').then(function() { + this.$modal.confirm('是否批量确认订单?').then(function() { return pushOms({ids:ids}); }).then(() => { // this.getList();