| | |
| | | addStockOut, |
| | | updateStockOut, |
| | | delStockOut, |
| | | exportStockOut |
| | | exportStockOut, |
| | | getStockManageById |
| | | } from "@/api/inventoryManagement/stockOut.js"; |
| | | |
| | | const userStore = useUserStore(); |
| | |
| | | supplierId: null, |
| | | supplierName: '', |
| | | productId: null, |
| | | productCategory: '', |
| | | specificationModel: '', |
| | | productName: '', |
| | | userId: userStore.userId, |
| | | nickname: '', |
| | | model: '', |
| | | productModelId: null, |
| | | unit: '', |
| | | productrecordId: null, |
| | | taxInclusiveUnitPrice: '', |
| | | taxInclusiveTotalPrice: '', |
| | | taxRate: '', |
| | | taxExclusiveTotalPrice: '', |
| | | inboundTime: '', |
| | | inboundBatch: '', |
| | | inboundQuantity: 0, |
| | | taxInclusiveUnitPrice: 0, |
| | | taxInclusiveTotalPrice: 0, |
| | | taxRate: 0, |
| | | taxExclusiveTotalPrice: 0, |
| | | userId: null, |
| | | nickname: '' |
| | | inboundQuantity: '' |
| | | }, |
| | | rules: { |
| | | supplierId: [{ required: true, message: '请选择供应商', trigger: 'change' }], |