Browse Source

WMS 物料库区配置管理新增修改bug

linshi20240813
gaojs 4 months ago
parent
commit
4fde974fe9
  1. 3
      src/views/wms/basicDataManage/itemManage/itemarea/index.vue

3
src/views/wms/basicDataManage/itemManage/itemarea/index.vue

@ -42,7 +42,6 @@
<!-- 表单弹窗添加/修改 --> <!-- 表单弹窗添加/修改 -->
<BasicForm <BasicForm
ref="formRef" ref="formRef"
@success="getList"
:rules="ItemareaRules" :rules="ItemareaRules"
:isOpenSearchTable="true" :isOpenSearchTable="true"
fieldTableColumn="locationCode" fieldTableColumn="locationCode"
@ -58,7 +57,7 @@
:isShowReduceButtonSelection="true" :isShowReduceButtonSelection="true"
@tableSelectionDelete="tableSelectionDelete" @tableSelectionDelete="tableSelectionDelete"
@searchTableSuccess="searchTableSuccess" @searchTableSuccess="searchTableSuccess"
@submitForm="submitForm" @success="submitForm"
:isShowButton = isShowButton :isShowButton = isShowButton
:basicFormWidth="75" :basicFormWidth="75"
:tableFormDataLength="false" :tableFormDataLength="false"

Loading…
Cancel
Save