lishenao
10 天以前 4ceaadfe421507c9cd0c32094d04ca938d518311
src/views/inventoryManagement/dispatchLog/index.vue
@@ -288,7 +288,8 @@
  addStockOut,
  updateStockOut,
  delStockOut,
  exportStockOut
  exportStockOut,
  getStockManageById
} from "@/api/inventoryManagement/stockOut.js";
const userStore = useUserStore();
@@ -320,18 +321,20 @@
    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' }],