同步扫码单据状态默认未已审核

ywj_dev
anthonywj 2 years ago
parent 06b298d6ed
commit e6c68ecb49

@ -187,7 +187,9 @@
</el-table-column>
<el-table-column label="操作" fixed="right">
<template slot-scope="scope">
<el-button type="text" size="small" :disabled="configQuery.downstreamEnable" @click.native="remveBus(scope.$index, scope.row)">移除</el-button>
<el-button type="text" size="small" :disabled="configQuery.downstreamEnable"
@click.native="remveBus(scope.$index, scope.row)">移除
</el-button>
</template>
</el-table-column>
</el-table>
@ -375,6 +377,7 @@ export default {
var selectData = this.multipleSelection;
selectData.forEach((obj) => {
obj.outChange = false;
obj.orderStatus = 7;
let isPut = true;
for (let i = 0; i < this.checkedBusTypes.length; i++) {
if (this.checkedBusTypes[i].action == obj.action) {

Loading…
Cancel
Save