|
@@ -23,7 +23,7 @@
|
|
</a-radio-group>
|
|
</a-radio-group>
|
|
</a-form-model-item>
|
|
</a-form-model-item>
|
|
<a-form-model-item label="调往对象名称" :prop="isCustomer ? 'putPersonSn' : 'putPersonName'">
|
|
<a-form-model-item label="调往对象名称" :prop="isCustomer ? 'putPersonSn' : 'putPersonName'">
|
|
- <custList ref="custList" v-if="isCustomer" @change="custChange" v-model="form.putPersonSn"></custList>
|
|
|
|
|
|
+ <custList ref="custList" :isValidateEnabled="true" v-if="isCustomer" @change="custChange" v-model="form.putPersonSn"></custList>
|
|
<a-input v-if="!isCustomer" v-model="form.putPersonName" placeholder="请输入调往对象名称(最多30个字符)" allowClear :maxLength="30" />
|
|
<a-input v-if="!isCustomer" v-model="form.putPersonName" placeholder="请输入调往对象名称(最多30个字符)" allowClear :maxLength="30" />
|
|
</a-form-model-item>
|
|
</a-form-model-item>
|
|
<a-form-model-item label="调拨类型" prop="callOutType">
|
|
<a-form-model-item label="调拨类型" prop="callOutType">
|