Commit db7fc613 authored by dragondean@qq.com's avatar dragondean@qq.com

补充空运出货拆单参数

parent 87810d0e
...@@ -638,7 +638,7 @@ export default { ...@@ -638,7 +638,7 @@ export default {
removeShop(id) { removeShop(id) {
let that = this; let that = this;
that.$confirm(this.$t("是否移除货物吗?")).then(function () { that.$confirm(this.$t("是否移除货物吗?")).then(function () {
deleteSplitItem(id).then((res) => { deleteSplitItem(id, true).then((res) => {
that.$message.success(that.$t("移除成功")); that.$message.success(that.$t("移除成功"));
that.querySplitGoods(); that.querySplitGoods();
}); });
......
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