|
@@ -624,6 +624,7 @@ export default {
|
|
// 触发表单验证
|
|
// 触发表单验证
|
|
this.$refs.form.validate(async valid => {
|
|
this.$refs.form.validate(async valid => {
|
|
if (valid) {
|
|
if (valid) {
|
|
|
|
+ this.editShipDet.syShippingDetailsItemList =this.syShippingDetailsItemList
|
|
// 必须选择子表 --- 参照订单数据
|
|
// 必须选择子表 --- 参照订单数据
|
|
if (this.editShipDet.syShippingDetailsItemList.length == 0) {
|
|
if (this.editShipDet.syShippingDetailsItemList.length == 0) {
|
|
this.$message.error('请选择参照订单数据')
|
|
this.$message.error('请选择参照订单数据')
|