@@ -91,6 +91,10 @@ const businessType = ref([
label: "生产任务出库",
value: 7,
},
+ {
+ label: "销售换货",
+ value: 10,
+ },
]);
const sourceList = ref({
data: [],
@@ -88,6 +88,14 @@ const businessType = ref([
label: "销售订单出库",
value: 6,
+ label: "销售退货",
+ value: 8,
+ value: 9,