|
|
@@ -136,7 +136,7 @@
|
|
|
</el-row>
|
|
|
</el-form>
|
|
|
|
|
|
- <headerTitle title="产品清单"></headerTitle>
|
|
|
+ <headerTitle title="物品清单"></headerTitle>
|
|
|
<ele-pro-table
|
|
|
ref="table"
|
|
|
:needPage="false"
|
|
|
@@ -239,7 +239,7 @@
|
|
|
<script>
|
|
|
import { getFile } from '@/api/system/file';
|
|
|
import dictMixins from '@/mixins/dictMixins';
|
|
|
- import { getSendSaleOrderrecordDetail } from '@/api/bpm/components/saleManage/saleorder';
|
|
|
+ import { getSendSaleOrderrecordDetail,getByIdOnlyReplace } from '@/api/bpm/components/saleManage/saleorder';
|
|
|
import { reviewStatusEnum } from '@/enum/dict';
|
|
|
import { copyObj } from '@/utils/util';
|
|
|
import add from '@/views/bpm/outgoingManagement/outbound2.vue';
|
|
|
@@ -553,7 +553,7 @@
|
|
|
},
|
|
|
async getDetailData(id) {
|
|
|
this.loading = true;
|
|
|
- const data = await getSendSaleOrderrecordDetail(id);
|
|
|
+ const data = await getByIdOnlyReplace(id);
|
|
|
this.loading = false;
|
|
|
if (data) {
|
|
|
data.categoryLevelTopId = data.topCategoryIds;
|