新增库位

master
hou 4 years ago
parent c2a44d9b9e
commit a9a56aa104

@ -223,7 +223,6 @@ export default class RawReceiptDetail extends BasePage {
} }
deleteItem(index: any) { deleteItem(index: any) {
this.LocationList.splice(index, 1); this.LocationList.splice(index, 1);
console.log("this.LocationList", this.LocationList);
} }
bookTypeChange(e: any) { bookTypeChange(e: any) {
this.wlCode = e.pickerName; this.wlCode = e.pickerName;

Loading…
Cancel
Save