|
@@ -6,7 +6,7 @@
|
|
|
<template slot="subTitle">
|
|
|
<a id="salesEdit-back-btn" href="javascript:;" @click="handleBack"><a-icon type="left" /> 返回列表</a>
|
|
|
<a style="margin: 0 15px;color: #666;font-size: 18px;font-weight: 600;">单号:{{ detailData&&detailData.salesBillNo || '--' }}</a>
|
|
|
- <span style="margin: 0 10px;color: #666;">客户名称:{{ detailData&&detailData.buyerName || '--' }}</span>
|
|
|
+ <span style="margin: 0 10px;color: #666;">客户名称:{{ detailData&&detailData.buyerNameCurrent || '--' }}</span>
|
|
|
<a-button
|
|
|
id="salesEdit-edit-btn"
|
|
|
v-if="detailData&&detailData.salesTragetType != 'DEALER'"
|
|
@@ -660,8 +660,8 @@ export default {
|
|
|
if (this.showShelfModal) {
|
|
|
this.$refs.chooseShelfProduct.reload()
|
|
|
}
|
|
|
- }else{
|
|
|
- if(res.errCode == 'VALID_F_00001'){
|
|
|
+ } else {
|
|
|
+ if (res.errCode == 'VALID_F_00001') {
|
|
|
this.productForm = {
|
|
|
productName: '',
|
|
|
productCode: row.productCode || '',
|