|
|
@ -406,6 +406,11 @@ |
|
|
|
<!-- 拆单弹窗 --> |
|
|
|
<!-- 拆单弹窗 --> |
|
|
|
<el-dialog v-model="dialogSplitthe" title="新增拆单任务"> |
|
|
|
<el-dialog v-model="dialogSplitthe" title="新增拆单任务"> |
|
|
|
<el-button type="primary" @click="newadd">新增</el-button> |
|
|
|
<el-button type="primary" @click="newadd">新增</el-button> |
|
|
|
|
|
|
|
<div style="margin-top: 20px" class="el_txt_title"> |
|
|
|
|
|
|
|
<el-text>拆单任务:{{ Splittheform.PackageList.length }}</el-text> |
|
|
|
|
|
|
|
<el-text>在库件数:{{ this.dataRwo.handQuantity }}</el-text> |
|
|
|
|
|
|
|
<el-text>拆单件数总数:{{ Totalnumbersplitorders }}</el-text> |
|
|
|
|
|
|
|
</div> |
|
|
|
<el-form |
|
|
|
<el-form |
|
|
|
:model="Splittheform" |
|
|
|
:model="Splittheform" |
|
|
|
label-width="auto" |
|
|
|
label-width="auto" |
|
|
@ -423,9 +428,11 @@ |
|
|
|
> |
|
|
|
> |
|
|
|
<el-input-number |
|
|
|
<el-input-number |
|
|
|
v-model="item.taskNumber" |
|
|
|
v-model="item.taskNumber" |
|
|
|
:min="1" |
|
|
|
:min="0" |
|
|
|
:controls="false" |
|
|
|
:controls="false" |
|
|
|
placeholder="请输入拆单件数" |
|
|
|
placeholder="请输入拆单件数" |
|
|
|
|
|
|
|
@change="changeTaskNumber" |
|
|
|
|
|
|
|
:value-on-clear='0' |
|
|
|
/> |
|
|
|
/> |
|
|
|
</el-form-item> |
|
|
|
</el-form-item> |
|
|
|
<el-form-item |
|
|
|
<el-form-item |
|
|
@ -440,12 +447,7 @@ |
|
|
|
:prop="`PackageList[${index}.customerTelephone]`" |
|
|
|
:prop="`PackageList[${index}.customerTelephone]`" |
|
|
|
:rules="ruleForm.customerTelephone" |
|
|
|
:rules="ruleForm.customerTelephone" |
|
|
|
> |
|
|
|
> |
|
|
|
<el-input-number |
|
|
|
<el-input v-model="item.customerTelephone" placeholder="请输入客户电话" /> |
|
|
|
v-model="item.customerTelephone" |
|
|
|
|
|
|
|
:min="1" |
|
|
|
|
|
|
|
:controls="false" |
|
|
|
|
|
|
|
placeholder="请输入客户电话" |
|
|
|
|
|
|
|
/> |
|
|
|
|
|
|
|
</el-form-item> |
|
|
|
</el-form-item> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<el-form-item |
|
|
|
<el-form-item |
|
|
@ -456,6 +458,9 @@ |
|
|
|
> |
|
|
|
> |
|
|
|
<el-input v-model="item.customerAddress" placeholder="请输入客户地址" /> |
|
|
|
<el-input v-model="item.customerAddress" placeholder="请输入客户地址" /> |
|
|
|
</el-form-item> |
|
|
|
</el-form-item> |
|
|
|
|
|
|
|
<div class="el_delete"> |
|
|
|
|
|
|
|
<el-button type="primary" @click="packListdelete(item, index)">删除</el-button> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<el-divider /> |
|
|
|
<el-divider /> |
|
|
|
</template> |
|
|
|
</template> |
|
|
@ -488,6 +493,7 @@ import { |
|
|
|
postShowOrderCode, |
|
|
|
postShowOrderCode, |
|
|
|
getCollectt, |
|
|
|
getCollectt, |
|
|
|
$_batchcreatetask, |
|
|
|
$_batchcreatetask, |
|
|
|
|
|
|
|
$_checkordercode, |
|
|
|
} from '@/api/distribution/distributionStockArticle'; |
|
|
|
} from '@/api/distribution/distributionStockArticle'; |
|
|
|
import { getListOwn } from '@/api/distribution/distributionParcelList'; |
|
|
|
import { getListOwn } from '@/api/distribution/distributionParcelList'; |
|
|
|
import { addCallDelivery, $_updateBatchClient } from '@/api/distribution/distrilbutionCallDelivery'; |
|
|
|
import { addCallDelivery, $_updateBatchClient } from '@/api/distribution/distrilbutionCallDelivery'; |
|
|
@ -511,20 +517,16 @@ export default { |
|
|
|
return { |
|
|
|
return { |
|
|
|
excelForm: {}, |
|
|
|
excelForm: {}, |
|
|
|
excelBox: false, |
|
|
|
excelBox: false, |
|
|
|
|
|
|
|
Totalnumbersplitorders: 0, |
|
|
|
dataRwo: {}, |
|
|
|
dataRwo: {}, |
|
|
|
ruleForm: { |
|
|
|
ruleForm: { |
|
|
|
taskNumber: [ |
|
|
|
taskNumber: [{ required: true, message: '请输入请输入拆单件数', trigger: ['change'] }], |
|
|
|
{ required: true, message: '请输入请输入拆单件数', trigger: ['blur', 'change'] }, |
|
|
|
customerName: [{ required: true, message: '请输入请输入客户名称', trigger: ['change'] }], |
|
|
|
], |
|
|
|
|
|
|
|
customerName: [ |
|
|
|
|
|
|
|
{ required: true, message: '请输入请输入客户名称', trigger: ['blur', 'change'] }, |
|
|
|
|
|
|
|
], |
|
|
|
|
|
|
|
customerTelephone: [ |
|
|
|
customerTelephone: [ |
|
|
|
{ required: true, message: '请输入请输入客户电话', trigger: ['blur', 'change'] }, |
|
|
|
{ required: true, message: '请输入请输入客户电话', trigger: ['change'] }, |
|
|
|
], |
|
|
|
{ validator: this.validatePhone, trigger: 'blur' }, |
|
|
|
customerAddress: [ |
|
|
|
|
|
|
|
{ required: true, message: '请输入请输入客户地址', trigger: ['blur', 'change'] }, |
|
|
|
|
|
|
|
], |
|
|
|
], |
|
|
|
|
|
|
|
customerAddress: [{ required: true, message: '请输入请输入客户地址', trigger: ['change'] }], |
|
|
|
}, |
|
|
|
}, |
|
|
|
ruleFormRef: null, |
|
|
|
ruleFormRef: null, |
|
|
|
dialogSplitthe: false, |
|
|
|
dialogSplitthe: false, |
|
|
@ -696,6 +698,13 @@ export default { |
|
|
|
return ids.join(','); |
|
|
|
return ids.join(','); |
|
|
|
}, |
|
|
|
}, |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
watch: { |
|
|
|
|
|
|
|
// 监听 item.customerTelephone 的变化 |
|
|
|
|
|
|
|
'item.customerTelephone'(newValue, aaaa) { |
|
|
|
|
|
|
|
console.log('新值:', newValue); |
|
|
|
|
|
|
|
console.log('旧值:', aaaa); |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
}, |
|
|
|
methods: { |
|
|
|
methods: { |
|
|
|
//导出 |
|
|
|
//导出 |
|
|
|
handleExport() { |
|
|
|
handleExport() { |
|
|
@ -1205,17 +1214,73 @@ export default { |
|
|
|
}; |
|
|
|
}; |
|
|
|
this.Splittheform.PackageList.push(data); |
|
|
|
this.Splittheform.PackageList.push(data); |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
// 拆单电话校验 |
|
|
|
|
|
|
|
validatePhone(rule, value, callback) { |
|
|
|
|
|
|
|
const phonePattern = /^1[3-9]\d{9}$/; //中国大陆手机号的正则表达式 |
|
|
|
|
|
|
|
if (!value) { |
|
|
|
|
|
|
|
callback(new Error('请输入客户电话')); |
|
|
|
|
|
|
|
} else if (!phonePattern.test(value)) { |
|
|
|
|
|
|
|
callback(new Error('请输入有效的电话号码')); |
|
|
|
|
|
|
|
} else { |
|
|
|
|
|
|
|
callback(); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
}, |
|
|
|
// 拆单 |
|
|
|
// 拆单 |
|
|
|
Splittheorder(row) { |
|
|
|
Splittheorder(row) { |
|
|
|
console.log(row); |
|
|
|
console.log(row); |
|
|
|
this.dataRwo = row; |
|
|
|
this.dataRwo = row; |
|
|
|
|
|
|
|
let data={ |
|
|
|
|
|
|
|
orderCode:row.orderCode, |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
$_checkordercode(data).then(res=>{ |
|
|
|
|
|
|
|
console.log(res,'是否可以拆单'); |
|
|
|
|
|
|
|
}) |
|
|
|
this.dialogSplitthe = true; |
|
|
|
this.dialogSplitthe = true; |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
// 拆单总数统计 |
|
|
|
|
|
|
|
changeTaskNumber() { |
|
|
|
|
|
|
|
this.Totalnumbersplitorders = this.Splittheform.PackageList.reduce( |
|
|
|
|
|
|
|
(accumulator, currentValue) => { |
|
|
|
|
|
|
|
if (!currentValue || currentValue.taskNumber == null) { |
|
|
|
|
|
|
|
return accumulator; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
return accumulator + currentValue.taskNumber; |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
0 |
|
|
|
|
|
|
|
); |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
// 拆单删除 |
|
|
|
|
|
|
|
packListdelete(item, index) { |
|
|
|
|
|
|
|
if (this.Splittheform.PackageList.length == 1) { |
|
|
|
|
|
|
|
this.$message({ |
|
|
|
|
|
|
|
message: '至少保留一条数据', |
|
|
|
|
|
|
|
type: 'warning', |
|
|
|
|
|
|
|
}); |
|
|
|
|
|
|
|
return; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
ElMessageBox.confirm('是否确认删除?', '提示', { |
|
|
|
|
|
|
|
confirmButtonText: '确认', |
|
|
|
|
|
|
|
cancelButtonText: '取消', |
|
|
|
|
|
|
|
type: 'warning', |
|
|
|
|
|
|
|
}) |
|
|
|
|
|
|
|
.then(() => { |
|
|
|
|
|
|
|
this.Splittheform.PackageList.splice(index, 1); |
|
|
|
|
|
|
|
}) |
|
|
|
|
|
|
|
.catch(() => {}); |
|
|
|
|
|
|
|
}, |
|
|
|
// 拆单提交 |
|
|
|
// 拆单提交 |
|
|
|
Splitordersubmission() { |
|
|
|
Splitordersubmission() { |
|
|
|
console.log(this.dataRwo); |
|
|
|
console.log(this.dataRwo); |
|
|
|
this.$refs.ruleFormRef.validate(vialid => { |
|
|
|
this.$refs.ruleFormRef.validate(vialid => { |
|
|
|
if (vialid) { |
|
|
|
if (vialid) { |
|
|
|
|
|
|
|
let taskNumberState = this.Splittheform.PackageList.find(item => item.taskNumber == 0); |
|
|
|
|
|
|
|
if (taskNumberState) { |
|
|
|
|
|
|
|
this.$message({ |
|
|
|
|
|
|
|
message: '存在拆单数量能为0的任务', |
|
|
|
|
|
|
|
type: 'warning', |
|
|
|
|
|
|
|
}); |
|
|
|
|
|
|
|
return; |
|
|
|
|
|
|
|
} |
|
|
|
console.log(this.Splittheform.PackageList); |
|
|
|
console.log(this.Splittheform.PackageList); |
|
|
|
let sum = this.Splittheform.PackageList.reduce((accumulator, currentValue) => { |
|
|
|
let sum = this.Splittheform.PackageList.reduce((accumulator, currentValue) => { |
|
|
|
if (!currentValue || currentValue.taskNumber == null) { |
|
|
|
if (!currentValue || currentValue.taskNumber == null) { |
|
|
@ -1236,16 +1301,14 @@ export default { |
|
|
|
data.push({ |
|
|
|
data.push({ |
|
|
|
stockArticleId: this.dataRwo.id, //被拆订单ID |
|
|
|
stockArticleId: this.dataRwo.id, //被拆订单ID |
|
|
|
orderCode: this.dataRwo.orderCode, //被拆订单 |
|
|
|
orderCode: this.dataRwo.orderCode, //被拆订单 |
|
|
|
mallName: this.dataRwo.mallName, //被拆订单 |
|
|
|
|
|
|
|
mallName: this.dataRwo.mallName, //商场名称 |
|
|
|
mallName: this.dataRwo.mallName, //商场名称 |
|
|
|
taskNumber: item.taskNumber, //商场名称 |
|
|
|
taskNumber: item.taskNumber, //拆单数量 |
|
|
|
customerName: item.customerName, //新的客户姓名 |
|
|
|
customerName: item.customerName, //新的客户姓名 |
|
|
|
customerTelephone: item.customerTelephone, //新的客户联系方式 |
|
|
|
customerTelephone: item.customerTelephone, //新的客户联系方式 |
|
|
|
customerAddress: item.customerAddress, //新的客户地址 |
|
|
|
customerAddress: item.customerAddress, //新的客户地址 |
|
|
|
}); |
|
|
|
}); |
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
// this.dataRwo.handQuantity 拆单不能超过 |
|
|
|
|
|
|
|
console.log(data, '要提交的数据'); |
|
|
|
console.log(data, '要提交的数据'); |
|
|
|
$_batchcreatetask(data).then(res => { |
|
|
|
$_batchcreatetask(data).then(res => { |
|
|
|
console.log(res, '拆单成功'); |
|
|
|
console.log(res, '拆单成功'); |
|
|
@ -1654,6 +1717,13 @@ export default { |
|
|
|
flex-wrap: wrap; |
|
|
|
flex-wrap: wrap; |
|
|
|
height: 450px; |
|
|
|
height: 450px; |
|
|
|
overflow-y: scroll; |
|
|
|
overflow-y: scroll; |
|
|
|
|
|
|
|
.el_delete { |
|
|
|
|
|
|
|
text-align: right; |
|
|
|
|
|
|
|
.el-button { |
|
|
|
|
|
|
|
background-color: #f44336; |
|
|
|
|
|
|
|
border: none; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
.el_item_box { |
|
|
|
.el_item_box { |
|
|
|
width: 100%; |
|
|
|
width: 100%; |
|
|
|
border: 1px solid #ccc; |
|
|
|
border: 1px solid #ccc; |
|
|
@ -1661,7 +1731,7 @@ export default { |
|
|
|
margin-top: 10px; |
|
|
|
margin-top: 10px; |
|
|
|
border-radius: 7px; |
|
|
|
border-radius: 7px; |
|
|
|
box-shadow: 1px 1px #ccc; |
|
|
|
box-shadow: 1px 1px #ccc; |
|
|
|
|
|
|
|
height: max-content; |
|
|
|
.el-form-item { |
|
|
|
.el-form-item { |
|
|
|
width: unset; |
|
|
|
width: unset; |
|
|
|
} |
|
|
|
} |
|
|
@ -1691,4 +1761,11 @@ export default { |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.el_txt_title { |
|
|
|
|
|
|
|
margin-top: 20px; |
|
|
|
|
|
|
|
.el-text { |
|
|
|
|
|
|
|
margin: 0 10px; |
|
|
|
|
|
|
|
font-weight: bold; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
</style> |
|
|
|
</style> |
|
|
|