diff --git a/src/api/knifemold/receive.js b/src/api/knifemold/receive.js index 49ccf91..1952786 100644 --- a/src/api/knifemold/receive.js +++ b/src/api/knifemold/receive.js @@ -33,5 +33,8 @@ export const printToolData = data => createAPI(`toolMan/printToolData`,'POST', // 关闭接收 export const closeReceiveStatus = data => createAPI(`toolMan/closeReceiveStatus`,'POST',data) +// 获取采购单信息 +export const getPRDetailInfo = data => createAPI(`PRHeader/getPRDetailInfo`,'POST',data) + diff --git a/src/views/modules/knifemold/receive.vue b/src/views/modules/knifemold/receive.vue index 863e635..4c0423b 100644 --- a/src/views/modules/knifemold/receive.vue +++ b/src/views/modules/knifemold/receive.vue @@ -85,9 +85,9 @@ width="100" :label="buttons.operating"> @@ -125,14 +125,15 @@ - {{'接收单号:'+this.ifsToolData.transactionId + ' - 工具编码: ' + this.ifsToolData.toolId}} + {{ '接收单号:' + this.ifsToolData.transactionId + ' - 工具编码: ' + this.ifsToolData.toolId }} - {{buttons.generate}} - {{buttons.toolLabel}} - {{buttons.screenLabel}} + {{ buttons.generate }} + {{ buttons.toolLabel }} + {{ buttons.screenLabel }} - {{buttons.manualGenerate}} + {{ buttons.manualGenerate }} @@ -192,7 +193,8 @@ :label="buttons.cz" align="center"> @@ -223,8 +225,8 @@ - {{'确定'}} - {{'关闭'}} + {{ '确定' }} + {{ '关闭' }} diff --git a/src/views/modules/purchaseorder/purchaseRequisition.vue b/src/views/modules/purchaseorder/purchaseRequisition.vue index 98bb68c..4465731 100644 --- a/src/views/modules/purchaseorder/purchaseRequisition.vue +++ b/src/views/modules/purchaseorder/purchaseRequisition.vue @@ -208,7 +208,9 @@ - {{ '工具编码' }} + {{ + '工具编码' + }} {{ '工具编码' }} @@ -239,7 +241,7 @@ > - @@ -428,7 +430,10 @@ export default { orderref1: '', orderref2: '', sysOssEntityList: [], - addFlag: '' + addFlag: '', + lifespan: '', + toolInstanceId: '', + remark: '' }, mainQueryData: { startDate: '',