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"; 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 saveIssureNotifyByExcel = data => createAPI(`/orderIssure/issureNotify/saveIssureNotifyByExcel`,'post',data)
export const createNotify = data => createAPI(`/orderUnissue/unissueNotify/createNotify`,'post',data) export const createNotify = data => createAPI(`/orderUnissue/unissueNotify/createNotify`,'post',data)
export const getUserNotifyNo = data => createAPI(`/orderUnissue/unissueNotify/getUserNotifyNo`,'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, saveSOIssueNotifyOrderList,
saveMaterialDetail, saveMaterialDetail,
deleteNotifySOS, deleteNotifySOS,
getIFSShopOrderByOrderNo,
searchNotifyMaterialList, searchNotifyMaterialList,
getShopOrderAndMaterialByShoporder, getShopOrderAndMaterialByShoporder,
saveNewSoIssueNotify, saveNewSoIssueNotify,

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

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

Loading…
Cancel
Save