|
|
@ -81,7 +81,8 @@ |
|
|
|
import { |
|
|
|
showConfirmMsg, |
|
|
|
goHome, |
|
|
|
getCurrDateTime |
|
|
|
getCurrDateTime, |
|
|
|
getCurrDateTimeAndT |
|
|
|
} from '@/common/basic.js'; |
|
|
|
|
|
|
|
import { |
|
|
@ -205,13 +206,13 @@ |
|
|
|
//赋值 |
|
|
|
that.receiptJob.completeUserId = localStorage.getItem('userId') |
|
|
|
that.receiptJob.completeUserName = localStorage.getItem('userName_CN') |
|
|
|
that.receiptJob.completeTime = getCurrDateTime() |
|
|
|
that.receiptJob.completeTime = getCurrDateTimeAndT() |
|
|
|
|
|
|
|
that.receiptJob.details.forEach(r => { |
|
|
|
r.handledToLocationCode = r.recommendToLocationCode; |
|
|
|
r.worker = localStorage.userName_CN ==""?localStorage.userName:localStorage.userName_CN |
|
|
|
if (r.purchaseReceiptInspectStatus == 1) { |
|
|
|
r.handledArriveDate = getCurrDateTime(); // |
|
|
|
r.handledArriveDate = getCurrDateTimeAndT(); // |
|
|
|
r.purchaseReceiptInspectStatus = 4; //未收货 |
|
|
|
r.handledQty = 0; |
|
|
|
// r.handledUom = r.recommendUom; |
|
|
|