|
@@ -111,6 +111,8 @@ export default {
|
|
|
this.dataList = selected
|
|
|
this.$refs.header.screenForm.customerName = this.dataList[0].customerName
|
|
|
this.$refs.header.screenForm.customerNumber = this.dataList[0].customerNumber
|
|
|
+ this.$refs.header.screenForm.stockType = this.dataList[0].stockType
|
|
|
+ this.$refs.header.screenForm.id = this.dataList[0].id
|
|
|
this.customerNumber = this.dataList[0].customerNumber
|
|
|
this.dialogVisible = false
|
|
|
|
|
@@ -138,7 +140,7 @@ export default {
|
|
|
})
|
|
|
const params = {
|
|
|
...this.$refs.header.screenForm,
|
|
|
-
|
|
|
+
|
|
|
orders: this.dataList
|
|
|
}
|
|
|
addFrontOrder(params).then(res => {
|