add:物料同步

This commit is contained in:
zhaoyf
2026-07-07 19:33:49 +08:00
parent 56afafc2a0
commit e966d368bd
7 changed files with 84 additions and 11 deletions

View File

@@ -31,6 +31,16 @@
>
导入
</el-button>
<el-button
slot="right"
class="filter-item"
type="warning"
icon="el-icon-refresh"
size="mini"
@click="materialSync"
>
同步
</el-button>
</crudOperation>
<!--表单组件-->
<el-dialog

View File

@@ -300,7 +300,8 @@ export default {
'103': '采购入库',
'0009': '手工入库',
'1001': '销售出库',
'1004': '库存调拨',
'0006': '生产领料',
'0007': '库存调拨',
'107': '调拨入库',
'109': '其他入库',
'1005': '生产出库',