Explorar o código

1、修改订单编辑电话赋值不上的问题

zhoux %!s(int64=2) %!d(string=hai) anos
pai
achega
ef78addcd8
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/view/sale/order/form.vue

+ 1 - 0
src/view/sale/order/form.vue

@@ -14,6 +14,7 @@
           <DkFormItem prop="cusPhone" :required="true">
             <SelectMagnifier v-model="formData.cusPhone" ref="cusPhone" :telephone="true"
                              primary-key="cusId" :input-read-only="false" :multiple="false"
+                             :displayText="formData.cusPhone"
                              :type="this.$config.MagnifierType.customer"
                              :disabled="checkColumnIsEdit('cusPhone')"
                              @on-input-blur="selectCustomer"