This commit is contained in:
zxx 2023-11-15 17:48:40 +08:00
parent 95dd95d22c
commit 9d82d4b8c1
3 changed files with 12 additions and 1 deletions

View File

@ -28,6 +28,15 @@
<a-tab-pane key="2" tab="料品自定义属性">
<a-divider orientation="left">属性A类</a-divider>
<a-divider orientation="left">属性B类</a-divider>
<!-- 料品属性 Start -->
<vxe-form :data="options.formOptions2.data" ref="xForm2" :title-width="options.formOptions2.titleWidth"
:title-align="options.formOptions2.titleAlign" :rules="options.formOptions2.rules"

View File

@ -128,6 +128,8 @@ export default {
items: [
// =============================== Start ===============================
{ field: 'warehouse_id', title: '仓库', span: 12, itemRender: { name: '$input' } },
{ field: 'warehouse_pos_id', title: '仓位', span: 12, itemRender: { name: '$input' } },
{ field: 'product_id', title: '料品', span: 12, itemRender: { name: '$input' } },
{ field: 'code', title: '库存编码', span: 12, itemRender: { name: '$input' } },
{ field: 'stock', title: '库存数量', span: 12, itemRender: { name: '$input' } },