更新
This commit is contained in:
@@ -450,6 +450,16 @@ export default {
|
||||
if (response.data[0].result === '1') {
|
||||
this.contractNumType = 1
|
||||
this.dialogVisible2 = false
|
||||
this.contractNum = []
|
||||
initPurchaseOrder().then(response => {
|
||||
for (let i = 0; i < response.data.length; i++) {
|
||||
this.contractNum.push({
|
||||
label: response.data[i].请购单编号,
|
||||
value: response.data[i].请购单流水号,
|
||||
id: response.data[i].请购类型
|
||||
})
|
||||
}
|
||||
})
|
||||
this.searchData()
|
||||
this.$message.success('转换成功')
|
||||
} else {
|
||||
@@ -491,6 +501,7 @@ export default {
|
||||
this.form3.机床 = response.data[0].机床图号
|
||||
this.form3.groupNumValue = response.data[0].组件流水号
|
||||
console.log(this.machineValue, 111)
|
||||
this.groupNum = []
|
||||
initGroupNum(this.machineValue).then(response => {
|
||||
for (let i = 0; i < response.data.length; i++) {
|
||||
this.groupNum.push({
|
||||
|
||||
Reference in New Issue
Block a user