|
|
|
@ -225,18 +225,18 @@ |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
|
</el-col> |
|
|
|
<el-col :span="4"> |
|
|
|
<el-col :span="4" v-if="false"> |
|
|
|
<el-form-item> |
|
|
|
<span slot="label" @click="getCustomerContactList"><a>收货人</a></span> |
|
|
|
<el-input v-model="modalData.consignee"></el-input> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
<el-col :span="4"> |
|
|
|
<el-col :span="4" v-if="false"> |
|
|
|
<el-form-item label="收货人联系方式"> |
|
|
|
<el-input v-model="modalData.consigneeContact"></el-input> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
<el-col :span="4"> |
|
|
|
<el-col :span="4" v-if="false"> |
|
|
|
<el-form-item label=" "> |
|
|
|
<el-checkbox v-model="modalData.isNeedToSendSamples" true-label="Y">是否需要送样</el-checkbox> |
|
|
|
</el-form-item> |
|
|
|
@ -250,13 +250,13 @@ |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
|
<el-row :gutter="15"> |
|
|
|
<el-col :span="12"> |
|
|
|
<el-col :span="12" v-if="false"> |
|
|
|
<el-form-item style="height: 90px"> |
|
|
|
<span slot="label" @click="getCustomerAddressList"><a>送样地址</a></span> |
|
|
|
<el-input type="textarea" v-model="modalData.sendSamplesAddress" :rows="3" resize='none'></el-input> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
<el-col :span="12"> |
|
|
|
<el-col :span="12" v-if="false"> |
|
|
|
<el-form-item label="备注" style="height: 90px"> |
|
|
|
<el-input type="textarea" v-model="modalData.remark" :rows="3" resize='none'></el-input> |
|
|
|
</el-form-item> |
|
|
|
|