Browse Source

产品档案-计量单位下拉框调整

jingbb 3 weeks ago
parent
commit
3b60f71420
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/BasicData/components/productArchiveModel.vue

+ 2 - 1
src/views/BasicData/components/productArchiveModel.vue

@@ -77,7 +77,8 @@
              </a-col>
              <a-col :xs="24" :sm="24" :md="24" :lg="24" :xl="12">
                <a-form-item :labelCol="labelCol" :wrapperCol="wrapperCol" prop="measurementUnit" label="计量单位(measurement unit)">
-                <JDictSelectTag v-model:value="model.measurementUnit" placeholder="请选择" dictCode="measurement_unit"/>
+                <j-dict-select-tag v-model:value="model.measurementUnit" placeholder="请选择用户名称" dictCode="sys_dict_item,item_text,item_text,dict_id = '1854437181947383809' and STATUS=1"/>  
+                <!-- <JDictSelectTag v-model:value="model.measurementUnit" placeholder="请选择" dictCode="measurement_unit"/> -->
                </a-form-item>
              </a-col>
              <a-col :xs="24" :sm="24" :md="24" :lg="24" :xl="12">