缺陷修复

dev-scheduling
jinna 3 weeks ago
parent df16ca903f
commit 4e1925060c
  1. 4
      src/views/inboundOutboundManagement/glassCakeOutbound/index.vue
  2. 4
      src/views/inboundOutboundManagement/materialIssuing.vue
  3. 2
      src/views/inboundOutboundManagement/otherIssuing/detailsDialog.vue
  4. 4
      src/views/inboundOutboundManagement/otherIssuing/index.vue
  5. 4
      src/views/inboundOutboundManagement/otherReceiving.vue
  6. 4
      src/views/inboundOutboundManagement/returnReceiving.vue
  7. 4
      src/views/inboundOutboundManagement/warehouseTransfer/index.vue

@ -368,6 +368,10 @@ export default {
},
searchReset(){
this.query = {}
this.$store.dispatch("changeSetting", {
title: "pieOutParams",
form: this.query,
});
this.onLoad()
},
currentChange(currentPage){

@ -434,6 +434,10 @@ export default {
},
searchReset(){
this.query = {}
this.$store.dispatch("changeSetting", {
title: "exchangeOutParams",
form: this.query,
});
this.onLoad()
},
currentChange(currentPage){

@ -11,7 +11,7 @@
<el-table-column label="出库模具" align="center" prop="toolCode"></el-table-column>
<el-table-column label="出库单号" align="center" prop="sirCode"></el-table-column>
<el-table-column label="出库仓库" align="center" prop="shName"></el-table-column>
<el-table-column label="货位号" align="center" prop="shName"></el-table-column>
<el-table-column label="货位号" align="center" prop="location"></el-table-column>
<el-table-column label="领料人" align="center" prop="pickerName"></el-table-column>
<el-table-column label="出库日期" align="center" prop="inOutDate">
<template #default="scope">

@ -419,6 +419,10 @@ export default {
},
searchReset(){
this.query = {}
this.$store.dispatch("changeSetting", {
title: "otherOutParams",
form: this.query,
});
this.onLoad()
},
currentChange(currentPage){

@ -450,6 +450,10 @@ export default {
},
searchReset(){
this.query = {}
this.$store.dispatch("changeSetting", {
title: "otherInParams",
form: this.query,
});
this.onLoad()
},
closeDialog(){

@ -343,6 +343,10 @@ export default {
},
searchReset(){
this.query = {}
this.$store.dispatch("changeSetting", {
title: "materialInParams",
form: this.query,
});
this.onLoad()
},
currentChange(cuurrentPage){

@ -304,6 +304,10 @@ export default {
},
searchReset(){
this.query = {}
this.$store.dispatch("changeSetting", {
title: "exchangeInParams",
form: this.query,
});
this.onLoad()
},
getWare(){

Loading…
Cancel
Save