+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ | 序号 |
+ 物料号 |
+ 零件名称 |
+ 规格 |
+ 单位 |
+ 入库数量 |
+ 单价(元) |
+ 小计(元) |
+ 项目名称 |
+ 备注 |
+
+
+
+
+ | {{ index + 1 }} |
+ {{ printData.storageMatDOList[index]?.matCode || '' }} |
+ {{ printData.storageMatDOList[index]?.matName ? limitTo20Chars(printData.storageMatDOList[index].matName) : '' }} |
+ {{ printData.storageMatDOList[index]?.mtSpec || '' }} |
+ {{ printData.storageMatDOList[index]?.matUnit || '' }} |
+ {{ printData.storageMatDOList[index]?.storageOkQty || '' }} |
+ {{ printData.storageMatDOList[index]?.unitPrice || '' }} |
+ {{ printData.storageMatDOList[index]?.totalPrice || '' }} |
+ {{ printData.storageMatDOList[index]?.projectName || '' }} |
+ {{ printData.storageMatDOList[index]?.description || '' }} |
+
+
+
+
+
+
+
+ 经手人:{{ printData.userName }}
+
+
+
+
+
+
+
+
+ 仓库签字:{{ printData.signature }}
+
+ 日期:{{ printData.date }}
+
+
+
+
+
+
+
+