chenrui 2 yıl önce
ebeveyn
işleme
51571844e0

+ 1 - 0
src/views/salesManagement/waitDispatch/dsModal.vue

@@ -168,6 +168,7 @@ export default {
       const _this = this
       _this.$refs.ruleForm.validate(valid => {
         if (valid) {
+          _this.form.buyerName = _this.detailData.buyerName
           const formData = JSON.parse(JSON.stringify(_this.form))
           _this.$emit('ok', formData)
           _this.isShow = false