Commit 91cb0418 authored by zhoutong's avatar zhoutong

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

parent 1a9ed372
......@@ -47,7 +47,8 @@
</el-form-item>
<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>
......@@ -510,6 +511,10 @@ export default {
checkboxSelect(selection, part) {
this.selectedRows[part.id] = selection;
},
/* 已备货 */
changeAirShipment() {
this.getPreLoad();
},
/* 查询已分拣 */
getSecGoods() {
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