修改出入库单,打印单据,
完成出库管理
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -322,7 +322,7 @@
|
||||
import {
|
||||
moveRecord,
|
||||
} from "@/api/wisdom/bill";
|
||||
import { editStock, printTag, listStock } from "@/api/wisdom/stock";
|
||||
import { listStock, editStock, printTag } from "@/api/wisdom/stock";
|
||||
import { warehousingDict } from "@/api/information/warehousingtype"; //入库类型
|
||||
import { materialtypeDict } from "@/api/information/materialtype"; //物资类型
|
||||
import { warehouseAll } from "@/api/information/warehouseinfo"; //所属仓库
|
||||
@@ -503,7 +503,6 @@ function handlePrintTag() {
|
||||
proxy.$modal.msgError("请选择打印机编号");
|
||||
return
|
||||
}
|
||||
// let newArr = new Array();
|
||||
for (let i = 0; i < printList.value.length; i++) {
|
||||
printList.value[i].printer = printNum.value
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user