Commit 91cb0418 authored by zhoutong's avatar zhoutong

空运排单缺少筛选 已完成备货订单筛选

parent 1a9ed372
...@@ -47,7 +47,8 @@ ...@@ -47,7 +47,8 @@
</el-form-item> </el-form-item>
<el-form-item prop="airShipment"> <el-form-item prop="airShipment">
<el-radio v-model="queryParams.airShipment" :label="4">{{$t('已完成备货')}}</el-radio> <el-checkbox v-model="queryParams.airShipment" :true-label="4" @change="changeAirShipment">{{$t('已完成备货')}}</el-checkbox>
<!-- <el-radio v-model="queryParams.airShipment" :label="4">{{$t('已完成备货')}}</el-radio> -->
</el-form-item> </el-form-item>
<el-form-item> <el-form-item>
...@@ -510,6 +511,10 @@ export default { ...@@ -510,6 +511,10 @@ export default {
checkboxSelect(selection, part) { checkboxSelect(selection, part) {
this.selectedRows[part.id] = selection; this.selectedRows[part.id] = selection;
}, },
/* 已备货 */
changeAirShipment() {
this.getPreLoad();
},
/* 查询已分拣 */ /* 查询已分拣 */
getSecGoods() { getSecGoods() {
this.preLoading = true; this.preLoading = true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment