| | |
| | | NODE_ENV = 'development' |
| | | |
| | | # VUE_APP_API_URL = 'https://atwl.ahzyssl.com/zhyq_interface' |
| | | <<<<<<< HEAD |
| | | VUE_APP_API_URL = 'http://192.168.0.100:10010' |
| | | # VUE_APP_API_URL = 'https://atwl.ahzyssl.com/zhyq_interface' |
| | | ======= |
| | | #VUE_APP_API_URL = 'http://192.168.0.104:10010' |
| | | VUE_APP_API_URL = 'https://atwl.ahzyssl.com/zhyq_interface' |
| | | >>>>>>> f49ead8710e093ee1d2d3ed50870497f07dee9fa |
| | | # VUE_APP_API_URL = 'http://10.50.250.253:8088/gateway_interface' |
| | | |
| | |
| | | export const getStorecenterData = (data) => { |
| | | return request('visitsAdmin/cloudService/board/api/wholeProvince/centerData', data) |
| | | } |
| | | export const getStorecenterDataNew = (data) => { |
| | | return request('visitsAdmin/cloudService/board/api/wholeProvince/centerDataNew', data) |
| | | } |
| | | // 库制管理看板 库存利用率 |
| | | export const getStoreenergyDataList = (data) => { |
| | | return request('visitsAdmin/cloudService/board/api/wholeProvince/energyDataList', data) |
| | |
| | | export const kzorderInfo = (data) => { |
| | | return request('visitsAdmin/cloudService/board/api/wholeProvince/orderInfo', data, 'POST') |
| | | } |
| | | // |
| | | // |
| | | // 库制管理看板 累计出库量 |
| | | export const kztotalOutQtyNum = (data) => { |
| | | return request('visitsAdmin/cloudService/board/api/wholeProvince/totalOutQtyNum', data) |
| | |
| | | // 能耗看板 实时负荷曲线 |
| | | export const regionDataRanking = (data) => { |
| | | return request('visitsAdmin/cloudService/board/api/energy/regionDataRanking', data) |
| | | } |
| | | } |
| | |
| | | import { |
| | | getStoreOperationList, |
| | | getStorecenterData, |
| | | getStorecenterDataNew, |
| | | getStoreenergyDataList, |
| | | getStorelastMonthOil, |
| | | getStoreTaskList, |
| | |
| | | end: 40, // 结束位置(百分比),控制初始显示范围 |
| | | width: 1, |
| | | backgroundColor: '#04141d', // 滑动条背景色 |
| | | // dataBackground: 'none', |
| | | // dataBackground: 'none', |
| | | dataBackground: { |
| | | areaStyle: { opacity: 0 }, // 设置背景透明 |
| | | lineStyle: { opacity: 0 } // 设置背景透明 |
| | |
| | | } |
| | | // footer |
| | | const getData3 = () => { |
| | | getStorecenterData({ |
| | | getStorecenterDataNew({ |
| | | factoryCode: activeCity.value.code |
| | | }).then(res => { |
| | | const obj = res.data || {} |
| | |
| | | @Service |
| | | @Slf4j |
| | | public class TmsServiceImpl implements TmsService { |
| | | |
| | | @Autowired |
| | | private SystemDictDataBiz systemDictDataBiz; |
| | | @Autowired |
| | |
| | | public TmsBaseResponse<List<TmsLockStatusQueryResponse>> lockStatusQuery(TmsLockStatusQueryRequest param){ |
| | | String url = systemDictDataBiz.queryByCode(Constants.TSM_PARAM,Constants.TMS_INTERFACE_URL_PREFIX).getCode() |
| | | + TMSContants.InterfacePath.getElecByContractNumberList[0]; |
| | | |
| | | TmsBaseResponse<List<TmsLockStatusQueryResponse>> response = sendHttpRequest(url,TMSContants.InterfacePath.getElecByContractNumberList[1],JSONObject.toJSONString(param) |
| | | ,new TypeReference< TmsBaseResponse<List<TmsLockStatusQueryResponse>>>(){}); |
| | | return response; |
| | | } |
| | | |
| | | /** |
| | | * 运输单gis轨迹 |
| | | * 根据区域ID集合+筛选条件(合同号、制单开始日期、制单结束日期、发货地、到货地、省份,非需要),返回合同列表信息,按照时间倒序展示; |
| | |
| | | } |
| | | } |
| | | } |
| | | |
| | | } |
| | | |
| | | private boolean notInList(String transportCode, List<String> planCodes) { |