|
|
@ -7,7 +7,7 @@ |
|
|
|
<el-button type="info" size="small" icon="el-icon-close" @click="handleReturn()">关闭</el-button> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="listconadd"> |
|
|
|
<div class=""> |
|
|
|
<div class="titwu">销售订单</div> |
|
|
|
<el-form ref="dataForm" :model="formobj" label-position="top" label-width="130px" class="formaddcopy02"> |
|
|
|
<el-row style="border-top: 1px solid #E0E3EB"> |
|
|
@ -314,7 +314,7 @@ |
|
|
|
</div> |
|
|
|
</template> |
|
|
|
<script> |
|
|
|
import { fetchDetails } from '@/api/Common/dictcommons' |
|
|
|
import { fetchDetailsBySid } from '@/api/cheliang/dictcommons' |
|
|
|
import financialschemeInfo from './financialschemeInfo' |
|
|
|
|
|
|
|
export default { |
|
|
@ -379,7 +379,7 @@ export default { |
|
|
|
methods: { |
|
|
|
showInfo(sid) { |
|
|
|
this.viewTitle = '销售订单' |
|
|
|
fetchDetails(sid).then((resp) => { |
|
|
|
fetchDetailsBySid(sid).then((resp) => { |
|
|
|
if (resp.success) { |
|
|
|
this.formobj = resp.data |
|
|
|
if (this.formobj.busSalesOrderModel.linkNo.length > 0) { |
|
|
|