修改出入库单,打印单据,

完成出库管理
This commit is contained in:
2026-01-22 17:12:39 +08:00
parent 234d787247
commit b335935f9a
5 changed files with 1298 additions and 817 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -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
}