|
@@ -1,7 +1,6 @@
|
|
//老区采购化工产品出厂作业
|
|
//老区采购化工产品出厂作业
|
|
<template>
|
|
<template>
|
|
<div class="homeworkPath">
|
|
<div class="homeworkPath">
|
|
-<<<<<<< HEAD
|
|
|
|
<div class="top">
|
|
<div class="top">
|
|
<span class="text">出厂时间:</span>
|
|
<span class="text">出厂时间:</span>
|
|
<el-date-picker v-model="startTime" type="datetime" placeholder="选择日期">
|
|
<el-date-picker v-model="startTime" type="datetime" placeholder="选择日期">
|
|
@@ -10,11 +9,6 @@
|
|
<el-date-picker v-model="endTime" type="datetime" placeholder="选择日期">
|
|
<el-date-picker v-model="endTime" type="datetime" placeholder="选择日期">
|
|
</el-date-picker>
|
|
</el-date-picker>
|
|
<el-button type="primary" class="btn" @click="onclick">
|
|
<el-button type="primary" class="btn" @click="onclick">
|
|
-=======
|
|
|
|
- <div class="top">
|
|
|
|
- <el-input placeholder="请输入内容" class="input" v-model="input" clearable> </el-input>
|
|
|
|
- <el-button type="primary" class="btn" @click="onclick">
|
|
|
|
->>>>>>> 316aaeed393abe41c9ba8b8fc4bef29b4f666027
|
|
|
|
<i class="el-icon-search"></i>查询
|
|
<i class="el-icon-search"></i>查询
|
|
</el-button>
|
|
</el-button>
|
|
</div>
|
|
</div>
|
|
@@ -25,11 +19,8 @@
|
|
</template>
|
|
</template>
|
|
|
|
|
|
<script>
|
|
<script>
|
|
-<<<<<<< HEAD
|
|
|
|
import { sjTime } from "@/utils/sharedJsFile";
|
|
import { sjTime } from "@/utils/sharedJsFile";
|
|
-=======
|
|
|
|
import { getCookie } from "@/utils/util.js";
|
|
import { getCookie } from "@/utils/util.js";
|
|
->>>>>>> 316aaeed393abe41c9ba8b8fc4bef29b4f666027
|
|
|
|
export default {
|
|
export default {
|
|
name: "homeworkPath",
|
|
name: "homeworkPath",
|
|
data() {
|
|
data() {
|
|
@@ -54,7 +45,6 @@ export default {
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
onclick() {
|
|
onclick() {
|
|
-<<<<<<< HEAD
|
|
|
|
let startTime = null;
|
|
let startTime = null;
|
|
let endTime = null;
|
|
let endTime = null;
|
|
if(this.startTime){
|
|
if(this.startTime){
|
|
@@ -75,13 +65,6 @@ export default {
|
|
this.option.requestUrl = "/api/v1/tms/getLeaveFactoryResult?apiId=147&orderType=6&startTime="+startTime+"&endTime="+endTime+"&i=" +new Date();
|
|
this.option.requestUrl = "/api/v1/tms/getLeaveFactoryResult?apiId=147&orderType=6&startTime="+startTime+"&endTime="+endTime+"&i=" +new Date();
|
|
|
|
|
|
}
|
|
}
|
|
-=======
|
|
|
|
- if (getCookie("orgCode") == "chengyunshang") {
|
|
|
|
- this.option.requestUrl = "/api/v1/tms/getLeaveFactoryResult?apiId=147&orderType=17&carrierSsoId=" + getCookie("userId")+"&con=" + this.input;;
|
|
|
|
- } else {
|
|
|
|
- this.option.requestUrl = "/api/v1/tms/getLeaveFactoryResult?apiId=147&orderType=17&carrierSsoId=" + null +"&con=" + this.input;
|
|
|
|
- }
|
|
|
|
->>>>>>> 316aaeed393abe41c9ba8b8fc4bef29b4f666027
|
|
|
|
},
|
|
},
|
|
}
|
|
}
|
|
};
|
|
};
|