Browse Source

领料修改

master
shenzhouyu 2 months ago
parent
commit
3c8d2f19e8
  1. 1
      src/api/orderIssure/productionInboundRequest.js
  2. 1
      src/views/modules/orderIssure/newSoIssueNotify.vue
  3. 3
      src/views/modules/productionInbound/productionInboundRequest.vue

1
src/api/orderIssure/productionInboundRequest.js

@ -1,6 +1,5 @@
import { createAPI } from "@/utils/httpRequest.js";
export const getSOScheduledRoutingListForUnissure= data => createAPI(`/orderUnissue/unissueNotify/getSOScheduledRoutingListForUnissure`,'post',data)
export const saveIssureNotifyByExcel = data => createAPI(`/orderIssure/issureNotify/saveIssureNotifyByExcel`,'post',data)
export const createNotify = data => createAPI(`/orderUnissue/unissueNotify/createNotify`,'post',data)
export const getUserNotifyNo = data => createAPI(`/orderUnissue/unissueNotify/getUserNotifyNo`,'post',data)

1
src/views/modules/orderIssure/newSoIssueNotify.vue

@ -374,7 +374,6 @@ import {
saveSOIssueNotifyOrderList,
saveMaterialDetail,
deleteNotifySOS,
getIFSShopOrderByOrderNo,
searchNotifyMaterialList,
getShopOrderAndMaterialByShoporder,
saveNewSoIssueNotify,

3
src/views/modules/productionInbound/productionInboundRequest.vue

@ -506,7 +506,6 @@
<script>
import {
getSOScheduledRoutingListForUnissure,
createNotify,
getUserNotifyNo,
deleteUnissueNotifyHeader,
@ -1904,6 +1903,8 @@ export default {
site: this.$store.state.user.site,
notifyNo: this.notifyNo,
userName: this.$store.state.user.name,
releaseNo: this.seqNoData.releaseNo,
sequenceNo: this.seqNoData.sequenceNo,
materialList: materialList,
}
this.saveNewLoading = true

Loading…
Cancel
Save