Skip to content

Commit

Permalink
ทำการแก้ไข UI ระบบย่อย ระบบยืนยันการรับพัสดุ - close #33
Browse files Browse the repository at this point in the history
  • Loading branch information
RyujiStudi0 committed Jan 9, 2020
1 parent be07d9f commit 573dd8c
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions Frontend/src/views/ConfirmPackage System/ConfirmPackage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,21 +41,13 @@ import api from "../../apiConnector"
export default {
data() {
return {
foundPackage: false,
haveSearch: false,
ConfirmPackage: {
packageId: null,
employeeId: null,
satisfactionlevelId: null,
},
packageData: {
receiever: "None",
place: "Arrive",
createBy: {
name: "Annonymous"
}
},
employeeData: "",
packageData: "",
satisfactionlevelData: ""
}
},
Expand Down Expand Up @@ -149,21 +141,13 @@ import api from "../../apiConnector"
export default {
data() {
return {
foundPackage: false,
haveSearch: false,
ConfirmPackage: {
packageId: null,
employeeId: null,
satisfactionlevelId: null,
},
packageData: {
receiever: "None",
place: "Arrive",
createBy: {
name: "Annonymous"
}
},
employeeData: "",
packageData: "",
satisfactionlevelData: ""
}
},
Expand Down

0 comments on commit 573dd8c

Please sign in to comment.