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

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

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

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

@ -24,7 +24,7 @@
</el-col> </el-col>
<el-col :span="8"> <el-col :span="8">
<el-form-item label="标记:"> <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-form-item>
</el-col> </el-col>
</el-row> </el-row>

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

Loading…
Cancel
Save