|
@@ -5,6 +5,7 @@
|
|
|
<!-- 自定义的二级文字标题 -->
|
|
|
<template slot="subTitle">
|
|
|
<a id="chainTransferOutEdit-back-btn" href="javascript:;" @click="handleBack"><a-icon type="left" /> 返回列表</a>
|
|
|
+ <a class="head-order-number">单号:{{ basicInfoData&&basicInfoData.allocationLinkageOutNo || '--' }}</a>
|
|
|
<span style="margin: 0 15px;color: #666;">调往对象:{{ (basicInfoData&&basicInfoData.putTenantName) || '--' }}</span>
|
|
|
</template>
|
|
|
<!-- 操作区,位于 title 行的行尾 -->
|
|
@@ -231,7 +232,7 @@ export default {
|
|
|
this.disabled = true
|
|
|
// 箭冠品牌 sysFlag传1,非箭冠品牌传0。与新增时所选调出产品类型有关
|
|
|
this.queryParam.sysFlag = this.basicInfoData.allocationType == 'JIANGUAN' ? '1' : '0'
|
|
|
- const params = Object.assign(parameter, this.queryParam, {wasteFlag: 0})
|
|
|
+ const params = Object.assign(parameter, this.queryParam, { wasteFlag: 0 })
|
|
|
return productQuery(params).then(res => {
|
|
|
const data = res.data
|
|
|
const no = (data.pageNo - 1) * data.pageSize
|
|
@@ -463,7 +464,7 @@ export default {
|
|
|
},
|
|
|
// 仓库下拉数据
|
|
|
getWarehouseList (type) {
|
|
|
- warehouseAllList({wasteFlag:0}).then(res => {
|
|
|
+ warehouseAllList({ wasteFlag: 0 }).then(res => {
|
|
|
if (res.status == 200) {
|
|
|
this.warehouseList = res.data
|
|
|
} else {
|