Merge branch 'test'

# Conflicts:
#	src/views/thirdSys/inv/index.vue
prod
郑明梁 2 years ago
commit 751a7711f4

@ -191,6 +191,7 @@ export default {
limit: 10, limit: 10,
startAduditTime: null, startAduditTime: null,
endAduditTime: null, endAduditTime: null,
actionType: "norDetail",
}; };
this.actDateRange=[] this.actDateRange=[]
this.getList(); this.getList();
@ -215,7 +216,7 @@ export default {
}, },
getList() { getList() {
this.loading = true; this.loading = true;
this.filterQuery.actionType = this.actionType; // this.filterQuery.actionType = this.actionType;
getResultOrderList(this.filterQuery) getResultOrderList(this.filterQuery)
.then((response) => { .then((response) => {
if (response.code === 20000) { if (response.code === 20000) {

@ -517,6 +517,7 @@ export default {
this.inputQuery.mobile=row.mobile this.inputQuery.mobile=row.mobile
this.inputQuery.detailAddr=row.addr this.inputQuery.detailAddr=row.addr
this.customerId=this.inputQuery.customerId; this.customerId=this.inputQuery.customerId;
this.getCompanyCertList();
}, },
cancelDialog() { cancelDialog() {

@ -153,7 +153,8 @@ export default {
1: "耗材领用", 1: "耗材领用",
2: "产品申购", 2: "产品申购",
3: "采购计划", 3: "采购计划",
4: "盘点转单" 4: "盘点转单",
5: "采购订单"
}, },
orderStatus: { orderStatus: {
1: "草稿", 1: "草稿",

@ -106,7 +106,8 @@
<el-select v-model="formData.module" @change="isCleck" placeholder="模板类型" style="width: 100%" > <el-select v-model="formData.module" @change="isCleck" placeholder="模板类型" style="width: 100%" >
<el-option label="标签" value="0" ></el-option> <el-option label="标签" value="0" ></el-option>
<el-option label="报表" value="1"></el-option> <el-option label="报表" value="1"></el-option>
<el-option label="单据" value="2"></el-option> <el-option label="业务单据" value="2"></el-option>
<el-option label="扫码单据" value="3"></el-option>
</el-select> </el-select>
</el-form-item> </el-form-item>
</el-col> </el-col>

Loading…
Cancel
Save