|
@@ -77,9 +77,9 @@
|
|
<div class="table" style="margin-top: 20px">
|
|
<div class="table" style="margin-top: 20px">
|
|
<el-table :data="goodsList" element-loading-text="Loading" border fit highlight-current-row stripe max-height="400">
|
|
<el-table :data="goodsList" element-loading-text="Loading" border fit highlight-current-row stripe max-height="400">
|
|
<el-table-column align="center" label="序号" type="index" width="50"></el-table-column>
|
|
<el-table-column align="center" label="序号" type="index" width="50"></el-table-column>
|
|
- <el-table-column align="left" label="引用单号" prop="orderId" min-width="160" show-overflow-tooltip></el-table-column>
|
|
|
|
|
|
+ <!-- <el-table-column align="left" label="引用单号" prop="orderId" min-width="160" show-overflow-tooltip></el-table-column>
|
|
<el-table-column align="left" label="销售出库单号" prop="id" min-width="100" show-overflow-tooltip></el-table-column>
|
|
<el-table-column align="left" label="销售出库单号" prop="id" min-width="100" show-overflow-tooltip></el-table-column>
|
|
- <el-table-column align="left" label="发货申请单号" prop="orderNo" min-width="120" show-overflow-tooltip></el-table-column>
|
|
|
|
|
|
+ <el-table-column align="left" label="发货申请单号" prop="orderNo" min-width="120" show-overflow-tooltip></el-table-column> -->
|
|
<el-table-column align="left" label="订单号" prop="mainOrderId" min-width="120" show-overflow-tooltip></el-table-column>
|
|
<el-table-column align="left" label="订单号" prop="mainOrderId" min-width="120" show-overflow-tooltip></el-table-column>
|
|
<el-table-column align="left" label="销售类型" prop="saleTypeName" min-width="100" show-overflow-tooltip></el-table-column>
|
|
<el-table-column align="left" label="销售类型" prop="saleTypeName" min-width="100" show-overflow-tooltip></el-table-column>
|
|
<el-table-column align="left" label="物料编码" prop="materialCode" min-width="120" show-overflow-tooltip></el-table-column>
|
|
<el-table-column align="left" label="物料编码" prop="materialCode" min-width="120" show-overflow-tooltip></el-table-column>
|
|
@@ -542,9 +542,9 @@ export default {
|
|
let params = {
|
|
let params = {
|
|
remark: this.mainForm.remark,
|
|
remark: this.mainForm.remark,
|
|
fileUrl: this.fileList && this.fileList.length > 0 ? this.fileList[0].url : '',
|
|
fileUrl: this.fileList && this.fileList.length > 0 ? this.fileList[0].url : '',
|
|
- fileName: this.fileList && this.fileList.length > 0 ? this.fileList[0].name : '',
|
|
|
|
|
|
+ fileName: this.fileList && this.fileList.length > 0 ? this.fileList[0].name : '',
|
|
correspondId: this.mainForm.warehouse,
|
|
correspondId: this.mainForm.warehouse,
|
|
- correspondName: warehouseItem.name,
|
|
|
|
|
|
+ correspondName: warehouseItem && warehouseItem.name?warehouseItem.name:'' ,
|
|
salesOrderId: this.goodsList[0].id,
|
|
salesOrderId: this.goodsList[0].id,
|
|
orders: goodsList,
|
|
orders: goodsList,
|
|
examineStatus: status,
|
|
examineStatus: status,
|