|
|
|
@ -99,7 +99,6 @@ export default class RawReceiptDetail extends BasePage {
|
|
|
|
|
let ant: any = JSON.parse(sessionStorage.getItem("material") as string);
|
|
|
|
|
let index: any = JSON.parse(sessionStorage.getItem("index") as string);
|
|
|
|
|
this.model.orderInInfoList[index] = ant;
|
|
|
|
|
console.log("this.model", this.model.orderInInfoList);
|
|
|
|
|
this.dnNo = JSON.parse(sessionStorage.getItem("dnNo") as string);
|
|
|
|
|
sessionStorage.removeItem("material");
|
|
|
|
|
sessionStorage.removeItem("index");
|
|
|
|
@ -126,7 +125,6 @@ export default class RawReceiptDetail extends BasePage {
|
|
|
|
|
}
|
|
|
|
|
//改变列表的值
|
|
|
|
|
this.model.orderInInfoList.forEach((item: any) => {
|
|
|
|
|
console.log("item.checked", item.checked);
|
|
|
|
|
if (item.checked) {
|
|
|
|
|
if (this.locationCode) {
|
|
|
|
|
item.location = this.locationCode;
|
|
|
|
|