lilei %!s(int64=2) %!d(string=hai) anos
pai
achega
5706a7b593

+ 1 - 1
src/views/allocationManagement/transferOut/dsModal.vue

@@ -4,7 +4,7 @@
     class="dealerAccountEdit-modal"
     :footer="null"
     :maskClosable="false"
-    title="下推销售单"
+    title="提交调拨单"
     v-model="isShow"
     @cancle="isShow=false"
     :width="800">

+ 1 - 0
src/views/allocationManagement/transferOut/edit.vue

@@ -491,6 +491,7 @@ export default {
       const _this = this
       const data = Object.assign({ allocateSn: this.$route.params.sn }, params || {})
       _this.spinning = true
+      _this.showDsModal = false
       allocateBillSubmit(data).then(res => {
         if (res.status == 200) {
           this.$message.success(res.message)