This commit is contained in:
lixin
2018-12-07 19:09:41 +08:00
parent 7d9f713ecd
commit 4b3fbca55b
10 changed files with 982 additions and 19 deletions

View File

@@ -115,7 +115,8 @@ export default {
},
computed: {
...mapGetters([
'id'
'id',
'token'
])
},
created() {
@@ -145,6 +146,8 @@ export default {
// 获取人员编号
getpeopleid() {
this.PeopleNumber = this.id
const a = this.token
console.log(a, 1111)
},
aaa() {
print('#print')
@@ -174,9 +177,9 @@ export default {
getCraftNumber() {
CraftNumber(this.Partpaint).then(response => {
this.partNumber = response.data[0].工艺计划流水号
}).then(() => {
this.getscantable()
})
console.log(this.partNumber, 1111)
this.getscantable()
},
getPaint() {
searchPartNumber(this.partNumber).then(response => {