多次使用出库新增功能代码提交

prod
郑明梁 2 years ago
parent 9735c0fcc2
commit 9267b872c8

@ -29,7 +29,7 @@
<el-row>
<el-col :span="8">
<el-form-item label="物资名称:">
<el-input v-model="filterQuery.UDI" placeholder="请输入物资名称" clearable></el-input>
<el-input v-model="filterQuery.cpmctymc" placeholder="请输入物资名称" clearable></el-input>
</el-form-item>
</el-col>
<el-col :span="8">
@ -142,6 +142,7 @@ export default {
orderIdFk: null,
relIdFk: null,
mark: null,
cpmctymc:null,
totalCount:null,
useCount:null,
status:0,
@ -201,16 +202,18 @@ export default {
},
methods: {
onReset(){
this.inputQuery={
this.filterQuery={
udiCode: null,
orderIdFk: null,
relIdFk: null,
mark: null,
status:0,
cpmctymc:null,
page: 1,
limit: 10,
}
this.actDateRange=[]
this.getList();
this.detailList=[]
},
onSubmit() {
this.filterQuery.page = 1;
@ -256,6 +259,7 @@ export default {
this.loading = false;
this.list = response.data.list || [];
this.total = response.data.total || 0;
this.detailList=[]
})
.catch(() => {
this.loading = false;

@ -29,7 +29,7 @@
<el-row>
<el-col :span="8">
<el-form-item label="物资名称:">
<el-input v-model="filterQuery.UDI" placeholder="请输入物资名称" clearable></el-input>
<el-input v-model="filterQuery.cpmctymc" placeholder="请输入物资名称" clearable></el-input>
</el-form-item>
</el-col>
<el-col :span="8">
@ -198,16 +198,18 @@ export default {
},
methods: {
onReset(){
this.inputQuery={
this.filterQuery={
udiCode: null,
orderIdFk: null,
relIdFk: null,
mark: null,
status:1,
cpmctymc:null,
page: 1,
limit: 10,
}
this.actDateRange=[]
this.getList();
this.detailList=[]
},
onSubmit() {
this.filterQuery.page = 1;
@ -242,6 +244,7 @@ export default {
this.loading = false;
this.list = response.data.list || [];
this.total = response.data.total || 0;
this.detailList=[]
})
.catch(() => {
this.loading = false;

@ -24,7 +24,7 @@
</el-col>
<el-col :span="8">
<el-form-item label="标记:">
<el-input v-model="inputQuery.mark" placeholder="请输入标记" clearable></el-input>
<el-input v-model="inputQuery.mark" :disabled="this.formName==2" placeholder="请输入标记" clearable></el-input>
</el-form-item>
</el-col>
</el-row>

@ -29,7 +29,7 @@
<el-row>
<el-col :span="8">
<el-form-item label="物资名称:">
<el-input v-model="filterQuery.UDI" placeholder="请输入物资名称" clearable></el-input>
<el-input v-model="filterQuery.cpmctymc" placeholder="请输入物资名称" clearable></el-input>
</el-form-item>
</el-col>
<el-col :span="8">
@ -198,15 +198,18 @@ export default {
},
methods: {
onReset(){
this.inputQuery={
this.filterQuery={
udiCode: null,
orderIdFk: null,
relIdFk: null,
mark: null,
cpmctymc:null,
page: 1,
limit: 10,
}
this.actDateRange=[]
this.getList();
this.detailList=[]
},
onSubmit() {
this.filterQuery.page = 1;
@ -241,6 +244,7 @@ export default {
this.loading = false;
this.list = response.data.list || [];
this.total = response.data.total || 0;
this.detailList=[]
})
.catch(() => {
this.loading = false;

Loading…
Cancel
Save