Pārlūkot izejas kodu

数据下发

tmp
zhaoy pirms 7 mēnešiem
vecāks
revīzija
0acf553385
7 mainītis faili ar 42 papildinājumiem un 23 dzēšanām
  1. +9
    -5
      src/pages/push/batchingpush/index.jsx
  2. +3
    -2
      src/pages/push/batchingpush/services.js
  3. +9
    -5
      src/pages/push/goodspush/index.jsx
  4. +4
    -3
      src/pages/push/goodspush/services.js
  5. +4
    -1
      src/pages/push/technologypush/components/PushFrom.jsx
  6. +9
    -4
      src/pages/push/technologypush/index.jsx
  7. +4
    -3
      src/pages/push/technologypush/services.js

+ 9
- 5
src/pages/push/batchingpush/index.jsx Parādīt failu

@@ -76,14 +76,18 @@ const goodspush = () => {
},

{
title: '下发数据',
dataIndex: 'type',
title: '下发状态',
dataIndex: 'status',
ellipsis: true,
valueEnum: {
2: {
text: '物料',
0: {
text: '成功',
status: 'Success',
},
1: {
text: '失败',
status: 'Processing',
},
},
},
{


+ 3
- 2
src/pages/push/batchingpush/services.js Parādīt failu

@@ -1,4 +1,5 @@
import { request } from 'umi';
import { getDataBaseUrl } from '@/global_data';
export async function GetDevicePushRecodePage(data) {
return request(`/saasstore/api/devicepushrecode/page`, {
method: 'POST',
@@ -24,13 +25,13 @@ export async function GetDevicePushRecodePage(data) {
});
}
export async function GetDeviceList() {
return request(`/saasbase/api/device/list`, {
return request(getDataBaseUrl()+`/api/device/list`, {
method: 'GET',
});
}

export async function GetBatchingPage(data) {
return request(`/saasbase/api/batching/getpage`, {
return request(getDataBaseUrl()+`/api/batching/getpage`, {
method: 'Post',
data: data,
// params: { ...params },


+ 9
- 5
src/pages/push/goodspush/index.jsx Parādīt failu

@@ -76,14 +76,18 @@ const goodspush = () => {
},

{
title: '下发数据',
dataIndex: 'type',
title: '下发状态',
dataIndex: 'status',
ellipsis: true,
valueEnum: {
1: {
text: '商品',
0: {
text: '成功',
status: 'Success',
},
1: {
text: '失败',
status: 'Processing',
},
},
},
{


+ 4
- 3
src/pages/push/goodspush/services.js Parādīt failu

@@ -1,4 +1,5 @@
import { request } from 'umi';
import { getDataBaseUrl } from '@/global_data';
export async function GetDevicePushRecodePage(data) {
return request(`/saasstore/api/devicepushrecode/page`, {
method: 'POST',
@@ -24,12 +25,12 @@ export async function GetDevicePushRecodePage(data) {
});
}
export async function GetDeviceList() {
return request(`/saasbase/api/device/list`, {
return request(getDataBaseUrl()+`/api/device/list`, {
method: 'GET',
});
}
export async function GetGoodsTypeTree(params) {
return request('​/saasbase/api​/goodstype/tree', {
return request(getDataBaseUrl()+'​/api​/goodstype/tree', {
method: 'GET',
data: {
...params,
@@ -37,7 +38,7 @@ export async function GetDevicePushRecodePage(data) {
});
}
export async function GetGoodsPage(data) {
return request(`/saasbase/api/goods/page`, {
return request(getDataBaseUrl()+`/api/goods/page`, {
method: 'Post',
data: data,
// params: { ...params },


+ 4
- 1
src/pages/push/technologypush/components/PushFrom.jsx Parādīt failu

@@ -19,10 +19,13 @@ const PushFrom = (props) => {
console.log(props.values)
GetDeviceList().then((r)=>{
setDeviceInfo(r.data)
if(r.data.length>0){
var data=r.data.map(x=>{
return {value:x.id,label:x.name}
return {value:x.id,label:x.name}
})
setdeviceData(data)
}
})
GetGoodsTypeTree().then((r) => {
setTreeData(r.data);


+ 9
- 4
src/pages/push/technologypush/index.jsx Parādīt failu

@@ -76,13 +76,18 @@ const goodspush = () => {
},

{
title: '下发数据',
dataIndex: 'type',
title: '下发状态',
dataIndex: 'status',
ellipsis: true,
valueEnum: {
4: {
text: '工艺',
0: {
text: '成功',
status: 'Success',
},
1: {
text: '失败',
status: 'Processing',
},
},
},
{


+ 4
- 3
src/pages/push/technologypush/services.js Parādīt failu

@@ -1,4 +1,5 @@
import { request } from 'umi';
import { getDataBaseUrl } from '@/global_data';
export async function GetDevicePushRecodePage(data) {
return request(`/saasstore/api/devicepushrecode/page`, {
method: 'POST',
@@ -24,12 +25,12 @@ export async function GetDevicePushRecodePage(data) {
});
}
export async function GetDeviceList() {
return request(`/saasbase/api/device/list`, {
return request(getDataBaseUrl()+`/api/device/list`, {
method: 'GET',
});
}
export async function GetGoodsTypeTree(params) {
return request('​/saasbase/api​/goodstype/tree', {
return request(getDataBaseUrl()+'​/api​/goodstype/tree', {
method: 'GET',
data: {
...params,
@@ -37,7 +38,7 @@ export async function GetDevicePushRecodePage(data) {
});
}
export async function GetGoodsPage(data) {
return request(`/saasbase/api/goods/page`, {
return request(getDataBaseUrl()+`/api/goods/page`, {
method: 'Post',
data: data,
// params: { ...params },


Notiek ielāde…
Atcelt
Saglabāt