|
@@ -207,7 +207,7 @@ export default {
|
|
|
if (!this.detailsId) {
|
|
|
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.stockType = this.dataList[0].stockType
|
|
|
}
|
|
|
|
|
|
this.customerNumber = this.dataList[0].customerNumber
|