Browse Source

Merge branch 'v2.0' into debug

yujinwen 2 months ago
parent
commit
469c5a7288

+ 1 - 0
src/components/SelectBusiness.vue

@@ -58,6 +58,7 @@ function handleChange(value,context){
     :clearable="props.clearable"
     :loading="loading"
     :minCollapsedNum="1"
+    :tag-props="{closable:false}"
     :disabled="props.disabled"
     @search="remoteMethod"
     @change="handleChange"

+ 3 - 7
src/views/customer/user/components/MoveUser.vue

@@ -73,13 +73,9 @@ watch(
         />
       </t-form-item>
       
-      <t-form-item label="所属客户" name="customer">
-        <select-business 
-          :value="props.data?.EtaBusinessId"
-          placeholder="输入社会信用码或客户名称"
-          disabled
-          v-if="show"
-        />
+      <t-form-item label="所属销售" name="customer">
+        <t-select disabled :value="props.data.SellerName">
+        </t-select>
       </t-form-item>
     </t-form>
     <template #footer>