| | |
| | | :rules="[{ required: true }]"> |
| | | <a-input v-model:value="formData.locNo" /> |
| | | </a-form-item> |
| | | <a-form-item :label="formatMessage('db.man_loc_detl.mat_id', '物料')" name="matId" style="width: 250px;"> |
| | | <a-form-item :label="formatMessage('db.man_loc_detl.mat_id', '商品')" name="matId" style="width: 250px;"> |
| | | <a-select v-model:value="formData.matId" :placeholder="formatMessage('common.select', '请选择')" |
| | | style="width: 100%" show-search :options="matQueryList" optionFilterProp="label" |
| | | optionLabelProp="label"> |
| | | </a-select> |
| | | </a-form-item> |
| | | <a-form-item :label="formatMessage('db.man_loc_detl.matnr', '物料号')" name="matnr" style="width: 250px;"> |
| | | <a-form-item :label="formatMessage('db.man_loc_detl.matnr', '商品编号')" name="matnr" style="width: 250px;"> |
| | | <a-input v-model:value="formData.matnr" /> |
| | | </a-form-item> |
| | | <a-form-item :label="formatMessage('db.man_loc_detl.order_no', '订单号')" name="orderNo" |