Browse Source

自动发料记录bug修改

dev_web_online
陈薪名 2 years ago
parent
commit
7bbe1494a2
  1. 4
      fe/PC/src/views/rawMaterialManage/automaticMaterialCall/automaticCallNote.vue

4
fe/PC/src/views/rawMaterialManage/automaticMaterialCall/automaticCallNote.vue

@ -45,7 +45,7 @@
</div> </div>
</template> </template>
<script> <script>
import { materialRequestByType, confirm } from "@/api/wms-api" import { materialRequestByType, confirm, getDetailed } from "@/api/wms-api"
import { tableMixins } from "@/mixins/TableMixins" import { tableMixins } from "@/mixins/TableMixins"
import { LoadingMixins } from "@/mixins/LoadingMixins" import { LoadingMixins } from "@/mixins/LoadingMixins"
import { drawerMixins } from "@/mixins/drawerMixins" import { drawerMixins } from "@/mixins/drawerMixins"
@ -137,7 +137,7 @@ export default {
this.Print(data) this.Print(data)
} else if(val == 'confirm') { } else if(val == 'confirm') {
this.Loading.appMainLoading = true this.Loading.appMainLoading = true
confirm(this.propsData.id, this.URL).then(res => { confirm(this.propsData.id, this.URL).then(rs => {
this.$successMsg('已确认') this.$successMsg('已确认')
getDetailed(this.propsData.id, this.URL).then(res => { getDetailed(this.propsData.id, this.URL).then(res => {
this.propsData = res this.propsData = res

Loading…
Cancel
Save