|
@@ -87,7 +87,7 @@ export default {
|
|
|
});
|
|
|
});
|
|
|
},
|
|
|
- },
|
|
|
+
|
|
|
// 获取当前月份的最后一天
|
|
|
getdaysinmonth(year,month){
|
|
|
month = parseInt(month,10)+1;
|
|
@@ -198,7 +198,7 @@ export default {
|
|
|
if (startTime && endTime) {
|
|
|
if (startTime < endTime) {
|
|
|
// if(getCookie("orgCode") == "dagangadmin" || getCookie("orgCode") == "zidonghuabu"){
|
|
|
- this.options.requestUrl = "/api/v1/wms/getWmsInboundResults?apiId=350&warehouseId="+2+"&startTime=" + startTime + "&endTime=" + endTime + "&i=" +new Date();
|
|
|
+ this.options.requestUrl = "/api/v1/wms/getWmsInboundResults?apiId=450&warehouseId="+2+"&startTime=" + startTime + "&endTime=" + endTime + "&i=" +new Date();
|
|
|
// }else if(getCookie("orgCode") == "wuliuchuyunzhongxin"){
|
|
|
// this.options.requestUrl = "/api/v1/wms/getWmsInboundResults?apiId=371&orderType=13&startTime=" + startTime + "&endTime=" + endTime + "&i=" +new Date();
|
|
|
// }else{
|
|
@@ -269,7 +269,8 @@ export default {
|
|
|
});
|
|
|
}
|
|
|
}
|
|
|
- }
|
|
|
+ },
|
|
|
+}
|
|
|
|
|
|
</script>
|
|
|
|