|
|
|
@ -10,7 +10,7 @@
|
|
|
|
|
:label="item.columnDesc+`:`" :key="item.id">
|
|
|
|
|
<el-input
|
|
|
|
|
v-model="filterQuery[item.columnName]"
|
|
|
|
|
:placeholder="item.columnDesc"
|
|
|
|
|
:placeholder="item.columnDesc == '搜索' ? '单据号/往来单位/来源系统' : item.columnDesc"
|
|
|
|
|
:disabled="executeEval(null,item.disabledFuc,false)"
|
|
|
|
|
@keyup.enter.native="executeFuc($event,'5',item.clickFuc)"
|
|
|
|
|
clearable
|
|
|
|
@ -30,6 +30,7 @@
|
|
|
|
|
:value="dict.value"
|
|
|
|
|
/>
|
|
|
|
|
</el-select>
|
|
|
|
|
|
|
|
|
|
</el-form-item>
|
|
|
|
|
<el-form-item v-if="item.columnType == 'selectServer' && executeEval(row,item.expression,true)"
|
|
|
|
|
class="query-form-item"
|
|
|
|
@ -108,8 +109,8 @@
|
|
|
|
|
</el-button-group>
|
|
|
|
|
</div>
|
|
|
|
|
<el-divider style="margin: 15px"></el-divider>
|
|
|
|
|
<el-tabs type="border-card" style="margin-top: 55px">
|
|
|
|
|
<el-tab-pane label="原始单据">
|
|
|
|
|
<!--<el-tabs type="border-card" style="margin-top: 55px">-->
|
|
|
|
|
<!-- <el-tab-pane label="原始单据">-->
|
|
|
|
|
|
|
|
|
|
<el-table v-loading="loading" :data="list" style="width: 100%;" border highlight-current-row
|
|
|
|
|
@row-click="(row) => executeFuc(row,'0',tableObj.handleChangeFuc)" ref="multipleTable"
|
|
|
|
@ -220,121 +221,121 @@
|
|
|
|
|
></pagination>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</el-tab-pane>
|
|
|
|
|
|
|
|
|
|
<el-tab-pane label="异常单据">
|
|
|
|
|
|
|
|
|
|
<el-table v-loading="loading" :data="errList" style="width: 100%;" border highlight-current-row
|
|
|
|
|
@row-click="(row) => executeFuc(row,'0',tableObj1.handleChangeFuc)" ref="multipleTable"
|
|
|
|
|
:default-sort="defaultSort"
|
|
|
|
|
:row-style="{ height: '32px' }"
|
|
|
|
|
@sort-change="handleSortChange">
|
|
|
|
|
<template v-for="(item, index) in tableHeader1">
|
|
|
|
|
<el-table-column
|
|
|
|
|
v-if="item.columnType == 'id' && executeEval(row,item.expression,true)"
|
|
|
|
|
type="index" :label="item.columnDesc"></el-table-column>
|
|
|
|
|
<el-table-column
|
|
|
|
|
v-if="item.columnType == 'selection'"
|
|
|
|
|
type="selection"
|
|
|
|
|
:width="item.width"
|
|
|
|
|
:selectable="(row,number) => executeFuc(row,'3',item.clickFuc)"
|
|
|
|
|
></el-table-column>
|
|
|
|
|
|
|
|
|
|
<el-table-column
|
|
|
|
|
v-if="item.columnType == 'radio' && executeEval(row,item.expression,true)"
|
|
|
|
|
:prop="item.columnName"
|
|
|
|
|
:label="item.columnDesc"
|
|
|
|
|
:sortable="item.sort"
|
|
|
|
|
:width="item.width"
|
|
|
|
|
:show-overflow-tooltip="item.tooltip"
|
|
|
|
|
:key="item.columnName"
|
|
|
|
|
>
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<el-radio :label="scope.row.id" v-model="radioCheck"><span></span></el-radio>
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column
|
|
|
|
|
v-if="item.columnType == 'laber' && executeEval(row,item.expression,true)"
|
|
|
|
|
:prop="item.columnName"
|
|
|
|
|
:label="item.columnDesc"
|
|
|
|
|
:sortable="item.sort"
|
|
|
|
|
:width="item.width"
|
|
|
|
|
:show-overflow-tooltip="item.tooltip"
|
|
|
|
|
:key="item.columnName"
|
|
|
|
|
>
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<span :style="{color: executeFuc(scope.row,'4',item.lableRuleObj[scope.row[item.columnName]])}">{{
|
|
|
|
|
item.lableRuleObj[scope.row[item.columnName]]
|
|
|
|
|
}}</span>
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column
|
|
|
|
|
v-if="item.columnType == 'eltag' && executeEval(row,item.expression,true)"
|
|
|
|
|
:prop="item.columnName"
|
|
|
|
|
:label="item.columnDesc"
|
|
|
|
|
:sortable="item.sort"
|
|
|
|
|
:width="item.width"
|
|
|
|
|
:show-overflow-tooltip="item.tooltip"
|
|
|
|
|
:key="item.columnName"
|
|
|
|
|
>
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<el-tag
|
|
|
|
|
:type="executeFuc(scope.row,'4',item,item.lableRuleObj?item.lableRuleObj[scope.row[item.columnName]]:scope.row[item.columnName])">
|
|
|
|
|
<span>{{
|
|
|
|
|
item.lableRuleObj ? item.lableRuleObj[scope.row[item.columnName]] : scope.row[item.columnName]
|
|
|
|
|
}}</span>
|
|
|
|
|
</el-tag>
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column
|
|
|
|
|
v-if="item.columnType == 'button' && executeEval(row,item.expression,true)"
|
|
|
|
|
:prop="item.columnName"
|
|
|
|
|
:label="item.columnDesc"
|
|
|
|
|
:width="item.width"
|
|
|
|
|
:key="item.columnName"
|
|
|
|
|
fixed="right"
|
|
|
|
|
>
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<el-button v-for="(buttonItem, buttonIndex) in item.buttonRulObj"
|
|
|
|
|
:type="buttonItem.type"
|
|
|
|
|
:size="buttonItem.size"
|
|
|
|
|
:style="buttonItem.style"
|
|
|
|
|
:key="buttonItem"
|
|
|
|
|
v-if="executeEval(scope.row,buttonItem.hasPermi,true)"
|
|
|
|
|
:disabled="executeEval(scope.row,buttonItem.disabledFuc,false)"
|
|
|
|
|
@click.native.stop="executeFuc(scope.row,'1',buttonItem.clickFuc)"
|
|
|
|
|
>{{ buttonItem.name }}
|
|
|
|
|
</el-button>
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column
|
|
|
|
|
v-if="item.columnType == 'text' && executeEval(row,item.expression,true)"
|
|
|
|
|
:prop="item.columnName"
|
|
|
|
|
:label="item.columnDesc"
|
|
|
|
|
:sortable="item.sort"
|
|
|
|
|
:width="item.width"
|
|
|
|
|
:show-overflow-tooltip="item.tooltip"
|
|
|
|
|
:key="item.columnName"
|
|
|
|
|
>
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<span :style="{color: executeFuc(scope.row,'4',item,scope.row[item.columnName])}">{{
|
|
|
|
|
scope.row[item.columnName]
|
|
|
|
|
}}</span>
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
</template>
|
|
|
|
|
</el-table>
|
|
|
|
|
<pagination
|
|
|
|
|
v-show="errTotal>0"
|
|
|
|
|
:total="errTotal"
|
|
|
|
|
:limit.sync="errQuery.limit"
|
|
|
|
|
:page.sync="errQuery.page"
|
|
|
|
|
@pagination="handleCurrentChange"
|
|
|
|
|
></pagination>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</el-tab-pane>
|
|
|
|
|
</el-tabs>
|
|
|
|
|
<!--</el-tab-pane>-->
|
|
|
|
|
|
|
|
|
|
<!--<el-tab-pane label="异常单据">-->
|
|
|
|
|
|
|
|
|
|
<!-- <el-table v-loading="loading" :data="errList" style="width: 100%;" border highlight-current-row-->
|
|
|
|
|
<!-- @row-click="(row) => executeFuc(row,'0',tableObj1.handleChangeFuc)" ref="multipleTable"-->
|
|
|
|
|
<!-- :default-sort="defaultSort"-->
|
|
|
|
|
<!-- :row-style="{ height: '32px' }"-->
|
|
|
|
|
<!-- @sort-change="handleSortChange">-->
|
|
|
|
|
<!-- <template v-for="(item, index) in tableHeader1">-->
|
|
|
|
|
<!-- <el-table-column-->
|
|
|
|
|
<!-- v-if="item.columnType == 'id' && executeEval(row,item.expression,true)"-->
|
|
|
|
|
<!-- type="index" :label="item.columnDesc"></el-table-column>-->
|
|
|
|
|
<!-- <el-table-column-->
|
|
|
|
|
<!-- v-if="item.columnType == 'selection'"-->
|
|
|
|
|
<!-- type="selection"-->
|
|
|
|
|
<!-- :width="item.width"-->
|
|
|
|
|
<!-- :selectable="(row,number) => executeFuc(row,'3',item.clickFuc)"-->
|
|
|
|
|
<!-- ></el-table-column>-->
|
|
|
|
|
|
|
|
|
|
<!-- <el-table-column-->
|
|
|
|
|
<!-- v-if="item.columnType == 'radio' && executeEval(row,item.expression,true)"-->
|
|
|
|
|
<!-- :prop="item.columnName"-->
|
|
|
|
|
<!-- :label="item.columnDesc"-->
|
|
|
|
|
<!-- :sortable="item.sort"-->
|
|
|
|
|
<!-- :width="item.width"-->
|
|
|
|
|
<!-- :show-overflow-tooltip="item.tooltip"-->
|
|
|
|
|
<!-- :key="item.columnName"-->
|
|
|
|
|
<!-- >-->
|
|
|
|
|
<!-- <template slot-scope="scope">-->
|
|
|
|
|
<!-- <el-radio :label="scope.row.id" v-model="radioCheck"><span></span></el-radio>-->
|
|
|
|
|
<!-- </template>-->
|
|
|
|
|
<!-- </el-table-column>-->
|
|
|
|
|
<!-- <el-table-column-->
|
|
|
|
|
<!-- v-if="item.columnType == 'laber' && executeEval(row,item.expression,true)"-->
|
|
|
|
|
<!-- :prop="item.columnName"-->
|
|
|
|
|
<!-- :label="item.columnDesc"-->
|
|
|
|
|
<!-- :sortable="item.sort"-->
|
|
|
|
|
<!-- :width="item.width"-->
|
|
|
|
|
<!-- :show-overflow-tooltip="item.tooltip"-->
|
|
|
|
|
<!-- :key="item.columnName"-->
|
|
|
|
|
<!-- >-->
|
|
|
|
|
<!-- <template slot-scope="scope">-->
|
|
|
|
|
<!-- <span :style="{color: executeFuc(scope.row,'4',item.lableRuleObj[scope.row[item.columnName]])}">{{-->
|
|
|
|
|
<!-- item.lableRuleObj[scope.row[item.columnName]]-->
|
|
|
|
|
<!-- }}</span>-->
|
|
|
|
|
<!-- </template>-->
|
|
|
|
|
<!-- </el-table-column>-->
|
|
|
|
|
<!-- <el-table-column-->
|
|
|
|
|
<!-- v-if="item.columnType == 'eltag' && executeEval(row,item.expression,true)"-->
|
|
|
|
|
<!-- :prop="item.columnName"-->
|
|
|
|
|
<!-- :label="item.columnDesc"-->
|
|
|
|
|
<!-- :sortable="item.sort"-->
|
|
|
|
|
<!-- :width="item.width"-->
|
|
|
|
|
<!-- :show-overflow-tooltip="item.tooltip"-->
|
|
|
|
|
<!-- :key="item.columnName"-->
|
|
|
|
|
<!-- >-->
|
|
|
|
|
<!-- <template slot-scope="scope">-->
|
|
|
|
|
<!-- <el-tag-->
|
|
|
|
|
<!-- :type="executeFuc(scope.row,'4',item,item.lableRuleObj?item.lableRuleObj[scope.row[item.columnName]]:scope.row[item.columnName])">-->
|
|
|
|
|
<!-- <span>{{-->
|
|
|
|
|
<!-- item.lableRuleObj ? item.lableRuleObj[scope.row[item.columnName]] : scope.row[item.columnName]-->
|
|
|
|
|
<!-- }}</span>-->
|
|
|
|
|
<!-- </el-tag>-->
|
|
|
|
|
<!-- </template>-->
|
|
|
|
|
<!-- </el-table-column>-->
|
|
|
|
|
<!-- <el-table-column-->
|
|
|
|
|
<!-- v-if="item.columnType == 'button' && executeEval(row,item.expression,true)"-->
|
|
|
|
|
<!-- :prop="item.columnName"-->
|
|
|
|
|
<!-- :label="item.columnDesc"-->
|
|
|
|
|
<!-- :width="item.width"-->
|
|
|
|
|
<!-- :key="item.columnName"-->
|
|
|
|
|
<!-- fixed="right"-->
|
|
|
|
|
<!-- >-->
|
|
|
|
|
<!-- <template slot-scope="scope">-->
|
|
|
|
|
<!-- <el-button v-for="(buttonItem, buttonIndex) in item.buttonRulObj"-->
|
|
|
|
|
<!-- :type="buttonItem.type"-->
|
|
|
|
|
<!-- :size="buttonItem.size"-->
|
|
|
|
|
<!-- :style="buttonItem.style"-->
|
|
|
|
|
<!-- :key="buttonItem"-->
|
|
|
|
|
<!-- v-if="executeEval(scope.row,buttonItem.hasPermi,true)"-->
|
|
|
|
|
<!-- :disabled="executeEval(scope.row,buttonItem.disabledFuc,false)"-->
|
|
|
|
|
<!-- @click.native.stop="executeFuc(scope.row,'1',buttonItem.clickFuc)"-->
|
|
|
|
|
<!-- >{{ buttonItem.name }}-->
|
|
|
|
|
<!-- </el-button>-->
|
|
|
|
|
<!-- </template>-->
|
|
|
|
|
<!-- </el-table-column>-->
|
|
|
|
|
<!-- <el-table-column-->
|
|
|
|
|
<!-- v-if="item.columnType == 'text' && executeEval(row,item.expression,true)"-->
|
|
|
|
|
<!-- :prop="item.columnName"-->
|
|
|
|
|
<!-- :label="item.columnDesc"-->
|
|
|
|
|
<!-- :sortable="item.sort"-->
|
|
|
|
|
<!-- :width="item.width"-->
|
|
|
|
|
<!-- :show-overflow-tooltip="item.tooltip"-->
|
|
|
|
|
<!-- :key="item.columnName"-->
|
|
|
|
|
<!-- >-->
|
|
|
|
|
<!-- <template slot-scope="scope">-->
|
|
|
|
|
<!-- <span :style="{color: executeFuc(scope.row,'4',item,scope.row[item.columnName])}">{{-->
|
|
|
|
|
<!-- scope.row[item.columnName]-->
|
|
|
|
|
<!-- }}</span>-->
|
|
|
|
|
<!-- </template>-->
|
|
|
|
|
<!-- </el-table-column>-->
|
|
|
|
|
<!-- </template>-->
|
|
|
|
|
<!-- </el-table>-->
|
|
|
|
|
<!-- <pagination-->
|
|
|
|
|
<!-- v-show="errTotal>0"-->
|
|
|
|
|
<!-- :total="errTotal"-->
|
|
|
|
|
<!-- :limit.sync="errQuery.limit"-->
|
|
|
|
|
<!-- :page.sync="errQuery.page"-->
|
|
|
|
|
<!-- @pagination="handleCurrentChange"-->
|
|
|
|
|
<!-- ></pagination>-->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--</el-tab-pane>-->
|
|
|
|
|
<!--</el-tabs>-->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</el-card>
|
|
|
|
@ -501,7 +502,7 @@ export default {
|
|
|
|
|
workplaceCode: '',
|
|
|
|
|
page: 1,
|
|
|
|
|
limit: 100
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
@ -537,7 +538,7 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
onReset() {
|
|
|
|
|
this.filterQuery = {
|
|
|
|
|
tagStatus: this.tagStatus,
|
|
|
|
|
tagStatus: String(this.tagStatus),
|
|
|
|
|
tagStatusList: this.tagStatusList,
|
|
|
|
|
billNo: null,
|
|
|
|
|
busType: null,
|
|
|
|
@ -568,7 +569,7 @@ export default {
|
|
|
|
|
// if (this.filterQuery.workPlaceCode == null) {
|
|
|
|
|
// return this.$message.error("请先选择工位")
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
this.downloadPrescriptionVisible = true
|
|
|
|
|
if (this.actDateRange !== null) {
|
|
|
|
|
this.filterQuery.startTime = this.actDateRange[0];
|
|
|
|
|
this.filterQuery.endTime = this.actDateRange[1];
|
|
|
|
@ -577,13 +578,13 @@ export default {
|
|
|
|
|
this.filterQuery.endTime = null;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
downloadOrder(this.filterQuery).then(res => {
|
|
|
|
|
if (res.code == 20000) {
|
|
|
|
|
return this.$message.success(res.data)
|
|
|
|
|
} else {
|
|
|
|
|
return this.$message.error(res.message)
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
// downloadOrder(this.filterQuery).then(res => {
|
|
|
|
|
// if (res.code == 20000) {
|
|
|
|
|
// return this.$message.success(res.data)
|
|
|
|
|
// } else {
|
|
|
|
|
// return this.$message.error(res.message)
|
|
|
|
|
// }
|
|
|
|
|
// })
|
|
|
|
|
},
|
|
|
|
|
clearAllOrder() {
|
|
|
|
|
this.loading = true;
|
|
|
|
@ -836,7 +837,7 @@ export default {
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this.filterQuery.tagStatus = this.tagStatus
|
|
|
|
|
this.filterQuery.tagStatus = String(this.tagStatus)
|
|
|
|
|
this.filterQuery.tagStatusList = this.tagStatusList
|
|
|
|
|
this.findWorkPlace(this, '')
|
|
|
|
|
}
|
|
|
|
|