|
@@ -400,13 +400,7 @@
|
|
}}
|
|
}}
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column
|
|
|
|
- align="center"
|
|
|
|
- label="退订数量"
|
|
|
|
- prop="tdQty"
|
|
|
|
- min-width="100"
|
|
|
|
- show-overflow-tooltip
|
|
|
|
- />
|
|
|
|
|
|
+ <el-table-column align="center" label="退订数量" prop="tdQty" min-width="100" show-overflow-tooltip />
|
|
<el-table-column align="center" label="销售数量" prop="salesQty" min-width="100" show-overflow-tooltip />
|
|
<el-table-column align="center" label="销售数量" prop="salesQty" min-width="100" show-overflow-tooltip />
|
|
<el-table-column align="center" label="销售金额" prop="salesAmount" min-width="100" show-overflow-tooltip />
|
|
<el-table-column align="center" label="销售金额" prop="salesAmount" min-width="100" show-overflow-tooltip />
|
|
<el-table-column align="center" label="是否直调" prop="isDirectTransfer" min-width="100">
|
|
<el-table-column align="center" label="是否直调" prop="isDirectTransfer" min-width="100">
|
|
@@ -1630,6 +1624,20 @@ export default {
|
|
refBuyUnitName: this.mainForm.refBuyUnitName,
|
|
refBuyUnitName: this.mainForm.refBuyUnitName,
|
|
refBuyUnitTel: this.mainForm.refBuyUnitTel,
|
|
refBuyUnitTel: this.mainForm.refBuyUnitTel,
|
|
refFactoryNo: this.mainForm.refFactoryNo,
|
|
refFactoryNo: this.mainForm.refFactoryNo,
|
|
|
|
+ refBillsExpireDate: this.mainForm.refBillsExpireDate,
|
|
|
|
+ refContractResult: this.mainForm.refContractResult,
|
|
|
|
+ refContractldea: this.mainForm.refContractldea,
|
|
|
|
+ // refToRetailResult: this.mainForm.refToRetailResult,
|
|
|
|
+ // refToRetailldea: this.mainForm.refToRetailldea,
|
|
|
|
+ // refDataDelayResult: this.mainForm.refDataDelayResult,
|
|
|
|
+ // refDataDelayldea: this.mainForm.refDataDelayldea,
|
|
|
|
+ // refOtherAnnexResult: this.mainForm.refOtherAnnexResult,
|
|
|
|
+ // refOtherAnnexldea: this.mainForm.refOtherAnnexldea,
|
|
|
|
+ // refBuyUnitPhone: this.mainForm.refBuyUnitPhone,
|
|
|
|
+ // refBuyUnitName: this.mainForm.refBuyUnitName,
|
|
|
|
+ // refBuyUnitTel: this.mainForm.refBuyUnitTel,
|
|
|
|
+ // refFactoryNo: this.mainForm.refFactoryNo,
|
|
|
|
+ // refBillsExpireDate: this.mainForm.refBillsExpireDate,
|
|
items: goodsList
|
|
items: goodsList
|
|
}
|
|
}
|
|
if (this.mainForm.examineStatus === 'WAIT') {
|
|
if (this.mainForm.examineStatus === 'WAIT') {
|
|
@@ -1709,7 +1717,8 @@ export default {
|
|
this.mainForm.refBuyUnitPhone = data.buyUnitPhone
|
|
this.mainForm.refBuyUnitPhone = data.buyUnitPhone
|
|
this.mainForm.refBuyUnitName = data.buyUnitName
|
|
this.mainForm.refBuyUnitName = data.buyUnitName
|
|
this.mainForm.refBuyUnitTel = data.buyUnitTel
|
|
this.mainForm.refBuyUnitTel = data.buyUnitTel
|
|
- this.mainForm.refFactoryNo=data.factoryNo
|
|
|
|
|
|
+ this.mainForm.refFactoryNo = data.factoryNo
|
|
|
|
+ this.mainForm.refBillsExpireDate = data.billsExpireDate
|
|
const saleTypeItem = this.salesTypeList.find(o => o.id === this.mainForm.saleType)
|
|
const saleTypeItem = this.salesTypeList.find(o => o.id === this.mainForm.saleType)
|
|
|
|
|
|
this.goodsList = data.items.map(item => {
|
|
this.goodsList = data.items.map(item => {
|