|
@@ -58,6 +58,25 @@
|
|
|
刷新
|
|
|
</el-button>
|
|
|
</el-col>
|
|
|
+ <el-col
|
|
|
+ :span="4"
|
|
|
+ style="width: 66px; float: right"
|
|
|
+ v-if="
|
|
|
+ powers &&
|
|
|
+ powers.length > 0 &&
|
|
|
+ powers.some((item) => item == '087')
|
|
|
+ "
|
|
|
+ >
|
|
|
+ <el-button
|
|
|
+ type="primary"
|
|
|
+ style="margin-left: 30px"
|
|
|
+ @click="download"
|
|
|
+ :size="searchSize"
|
|
|
+ class="fr"
|
|
|
+ >
|
|
|
+ 导出
|
|
|
+ </el-button>
|
|
|
+ </el-col>
|
|
|
</el-row>
|
|
|
<el-row style="padding-top: 10px">
|
|
|
<el-col :span="4" style="width: 150px">
|
|
@@ -66,7 +85,7 @@
|
|
|
v-model="parmValue.status"
|
|
|
filterable
|
|
|
clearable
|
|
|
- placeholder="发货申请单状态"
|
|
|
+ placeholder="状态"
|
|
|
style="width: 100%"
|
|
|
@change="
|
|
|
pageInfo.curr = 1;
|
|
@@ -126,25 +145,26 @@
|
|
|
重置
|
|
|
</el-button>
|
|
|
</el-col>
|
|
|
- <!-- 暂时注释,下版需要导出 -->
|
|
|
+
|
|
|
<el-col
|
|
|
:span="4"
|
|
|
style="width: 66px; float: right"
|
|
|
v-if="
|
|
|
- powers && powers.length > 0 && powers.some((item) => item == '087')
|
|
|
+ powers &&
|
|
|
+ powers.length > 0 &&
|
|
|
+ powers.some((item) => item == '090')
|
|
|
"
|
|
|
>
|
|
|
<el-button
|
|
|
type="primary"
|
|
|
style="margin-left: 30px"
|
|
|
- @click="download"
|
|
|
+ @click="routeGoto('sendOutOrder', {})"
|
|
|
:size="searchSize"
|
|
|
class="fr"
|
|
|
>
|
|
|
- 导出
|
|
|
+ 批量发货
|
|
|
</el-button>
|
|
|
</el-col>
|
|
|
-
|
|
|
</el-row>
|
|
|
</div>
|
|
|
</template>
|
|
@@ -179,8 +199,7 @@
|
|
|
>
|
|
|
<i
|
|
|
class="el-icon-view tb-icon"
|
|
|
-
|
|
|
- @click="getRouter('sellOutOrderDetail', scope.row.outCode )"
|
|
|
+ @click="getRouter('sellOutOrderDetail', scope.row.outCode)"
|
|
|
></i>
|
|
|
</el-tooltip>
|
|
|
</template>
|
|
@@ -265,7 +284,7 @@ export default {
|
|
|
order_type: "",
|
|
|
orderCode: "",
|
|
|
apply_name: "", //申请人名称
|
|
|
- cgdNo:"",
|
|
|
+ cgdNo: "",
|
|
|
start: "",
|
|
|
end: "",
|
|
|
// supplierNo: "",
|
|
@@ -299,33 +318,32 @@ export default {
|
|
|
const { back } = this.$route.query;
|
|
|
if (back) {
|
|
|
this.parmValue = JSON.parse(back);
|
|
|
- console.log(this.parmValue)
|
|
|
- const {page,size}=this.parmValue;
|
|
|
+ console.log(this.parmValue);
|
|
|
+ const { page, size } = this.parmValue;
|
|
|
// this.parmValue.start = start || last_start;
|
|
|
// this.parmValue.end = end || last_end;
|
|
|
- if(this.parmValue.companyNo.length>0){
|
|
|
- this.customerCode = [this.parmValue.companyNo] ;
|
|
|
+ if (this.parmValue.companyNo.length > 0) {
|
|
|
+ this.customerCode = [this.parmValue.companyNo];
|
|
|
}
|
|
|
-
|
|
|
- this.pageInfo= {
|
|
|
+
|
|
|
+ this.pageInfo = {
|
|
|
size: size,
|
|
|
curr: page,
|
|
|
total: 0,
|
|
|
- }
|
|
|
+ };
|
|
|
//多选条件
|
|
|
- this.select = this.parmValue.select;
|
|
|
- // this.sselect = this.parmValue.sselect;
|
|
|
- this.s_input = this.parmValue.s_input
|
|
|
-
|
|
|
- }else{
|
|
|
- this.select = "orderCode";
|
|
|
+ this.select = this.parmValue.select;
|
|
|
+ // this.sselect = this.parmValue.sselect;
|
|
|
+ this.s_input = this.parmValue.s_input;
|
|
|
+ } else {
|
|
|
+ this.select = "orderCode";
|
|
|
// this.sselect = "创建时间"
|
|
|
}
|
|
|
this.searchList();
|
|
|
},
|
|
|
|
|
|
methods: {
|
|
|
- getRouter(toRouter, queryId){
|
|
|
+ getRouter(toRouter, queryId) {
|
|
|
if (toRouter && queryId) {
|
|
|
let model = {
|
|
|
id: queryId,
|
|
@@ -333,16 +351,16 @@ export default {
|
|
|
};
|
|
|
|
|
|
//有多选框的条件
|
|
|
- this.parmValue.select = this.select ;
|
|
|
+ this.parmValue.select = this.select;
|
|
|
// this.parmValue.sselect = this.sselect ;
|
|
|
- this.parmValue.s_input= this.s_input;
|
|
|
+ this.parmValue.s_input = this.s_input;
|
|
|
//
|
|
|
- let routerModel = {
|
|
|
+ let routerModel = {
|
|
|
options: JSON.parse(JSON.stringify(this.parmValue)),
|
|
|
router: this.$route.path,
|
|
|
};
|
|
|
model.preModel = JSON.stringify(routerModel);
|
|
|
-
|
|
|
+
|
|
|
this.routeGoto(toRouter, model);
|
|
|
} else {
|
|
|
this.$message.warning("暂未找到相关流程!");
|
|
@@ -429,7 +447,7 @@ export default {
|
|
|
order_type: "1",
|
|
|
orderCode: "",
|
|
|
apply_name: "", //申请人名称
|
|
|
- cgdNo:"",
|
|
|
+ cgdNo: "",
|
|
|
start: "",
|
|
|
end: "",
|
|
|
// supplierNo: "",
|
|
@@ -573,7 +591,7 @@ export default {
|
|
|
this.parmValue.companyNo = e.code;
|
|
|
} else {
|
|
|
this.customerCode = [];
|
|
|
- this.parmValue.supplierName = '';
|
|
|
+ this.parmValue.supplierName = "";
|
|
|
this.parmValue.companyNo = "";
|
|
|
}
|
|
|
this.pageInfo.curr = 1;
|
|
@@ -592,8 +610,7 @@ export default {
|
|
|
this.select === "good_name" ? this.s_input : "";
|
|
|
this.parmValue.apply_name =
|
|
|
this.select === "apply_name" ? this.s_input : "";
|
|
|
- this.parmValue.cgdNo =
|
|
|
- this.select === "cgdNo" ? this.s_input : "";
|
|
|
+ this.parmValue.cgdNo = this.select === "cgdNo" ? this.s_input : "";
|
|
|
await this.searchList();
|
|
|
},
|
|
|
},
|