admin/src/views/stock/components/OutEdit.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
admin/src/views/stock/components/config.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
admin/src/views/stock/components/OutEdit.vue
@@ -82,7 +82,7 @@ rules, storeList: [], list: [], StoreTypeOps: StoreTypeOps.filter(i => i.type == 1), StoreTypeOps: StoreTypeOps.filter(i => i.type == 1 && i.id != 10), dataList: [], } admin/src/views/stock/components/config.js
@@ -10,7 +10,7 @@ { name: '调整出库', id: 7, type: 1 }, { name: '采购出库', id: 8, type: 1 }, { name: '其它出库', id: 9, type: 1 }, { name: '盘出出库', id: 10, type: 1 }, { name: '盘亏出库', id: 10, type: 1 }, ] export const rules = { warehouseId: [{ required: true, message: '请选择', trigger: 'blur' }],