@@ -151,7 +151,7 @@
<script>
import Refers from '@/components/Refers/refers.vue'
-import TreeRefers from '@/components/Refers/treeRefer.vue'
+import TreeRefers from '@/components/Refers/sigleTreeRefer.vue'
import {addAddress, getAddressDetail, editAddress} from '@/api/purchase/deliveryAddress.js'
// 用于回显参照框数据
import { getRefer } from '@/api/purchase/basic.js'
@@ -446,6 +446,9 @@ export default {
// WMS仓库
if(type === 'WAREHOUSE_PARAM'){
this.judgeGoodsAllocation(val.csFlag);
+ this.params.goodsAllocation = ''
+ this.params.goodsAllocationName = ''
+ this.count++
}
},
@@ -407,7 +407,9 @@ export default {
-
// 子表参照改变之后
@@ -374,7 +374,7 @@ export default {
_this.$alert(msg, '提示', {
showCancelButton: true,
- confirmButtonText: '置为0并提交',
+ confirmButtonText: '继续提交',
cancelButtonText: '取消',
beforeClose: async(action, instance, done) => {
if (action === 'confirm') {