|
@@ -1669,15 +1669,15 @@ export default {
|
|
|
bsType: "XS",
|
|
|
...this.form
|
|
|
}).then(res => {
|
|
|
- this.refresh(res.data.data.id)
|
|
|
+ // this.refresh(res.data.data.id)
|
|
|
this.isDisabledTask = false
|
|
|
generateShipTask(this.form).then(res => {
|
|
|
- console.log(res.data);
|
|
|
this.$message.success("生成出库任务成功");
|
|
|
// 将按钮文本更改为"撤销任务"
|
|
|
this.buttonText = '撤销任务';
|
|
|
// 将按钮颜色更改为对应的颜色
|
|
|
this.buttonColor = 'warning'; // 比如改为warning
|
|
|
+ this.refresh(res.data.data.id)
|
|
|
this.refreshs(res.data.data.id, true)
|
|
|
this.isContacts = true
|
|
|
this.isApplySettlement = false
|