bug修复

dev
郑明梁 2 years ago
parent 213d38cbb5
commit 95fde11ea2

@ -107,7 +107,7 @@
width="60%" width="60%"
append-to-body append-to-body
v-if="orderMutiVisible" v-if="orderMutiVisible"
@close='closeDialog' @close='closedeStinyDialog'
:close-on-click-modal="false" :close-on-click-modal="false"
:close-on-press-escape="false" :close-on-press-escape="false"
> >
@ -250,6 +250,11 @@ export default {
this.filterQuery.page = val.page; this.filterQuery.page = val.page;
this.getList(); this.getList();
}, },
closedeStinyDialog(){
this.orderMutiVisible = false;
this.destinyProcessDelectShow = false;
this.destinyProcessCodeShow = false;
},
closeDialog(row) { closeDialog(row) {
this.destinyId = row; this.destinyId = row;
var query = { var query = {

@ -42,7 +42,7 @@
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="生产企业" prop="ylqxzcrbarmc"></el-table-column> <el-table-column label="生产企业" prop="ylqxzcrbarmc"></el-table-column>
<el-table-column label="注册/备案号" prop="certCode"></el-table-column> <el-table-column label="注册/备案号" prop="zczbhhzbapzbh"></el-table-column>
<el-table-column label="操作" width="220"> <el-table-column label="操作" width="220">
<template slot-scope="scope"> <template slot-scope="scope">
<el-button type="text" size="small" :disabled="scope.row.index === selectedIndex" <el-button type="text" size="small" :disabled="scope.row.index === selectedIndex"

@ -131,8 +131,8 @@ export default {
codeArray: [], codeArray: [],
editQuery: {}, editQuery: {},
formMap: { formMap: {
"add": "新增定数包模板", "add": "新增定数包",
"edit": "编辑定数包模板" "edit": "编辑定数包"
}, },
statusMap: { statusMap: {
0: "草稿", 0: "草稿",

@ -10,7 +10,7 @@
<el-table-column label="单据数量" prop="count"></el-table-column> <el-table-column label="单据数量" prop="count"></el-table-column>
<el-table-column label="扫码数量" prop="reCount"></el-table-column> <el-table-column label="扫码数量" prop="reCount"></el-table-column>
<el-table-column label="生产企业" prop="ylqxzcrbarmc"></el-table-column> <el-table-column label="生产企业" prop="ylqxzcrbarmc"></el-table-column>
<el-table-column label="注册/备案号" prop="certCode"></el-table-column> <el-table-column label="注册/备案号" prop="zczbhhzbapzbh"></el-table-column>
</el-table> </el-table>
</div> </div>

@ -344,7 +344,7 @@ export default {
checkFinish() { checkFinish() {
let query = { let query = {
orderId: this.orderQuery.billNo, billNo: this.formData.billNo,
}; };
getAcceptStatus(query) getAcceptStatus(query)
.then((response) => { .then((response) => {

Loading…
Cancel
Save