|
|
|
@ -120,6 +120,7 @@ export default { |
|
|
|
if (!code) return; |
|
|
|
if (!code) return; |
|
|
|
this.value = code; |
|
|
|
this.value = code; |
|
|
|
this.$u.api.getBeforePlatOutCardNo({ cardNo: code }).then((res) => { |
|
|
|
this.$u.api.getBeforePlatOutCardNo({ cardNo: code }).then((res) => { |
|
|
|
|
|
|
|
let data = res.data; |
|
|
|
this.value = ""; |
|
|
|
this.value = ""; |
|
|
|
this.prPlateAround = data; |
|
|
|
this.prPlateAround = data; |
|
|
|
this.prWorkPlan = data.prWorkPlan; |
|
|
|
this.prWorkPlan = data.prWorkPlan; |
|
|
|
@ -157,7 +158,7 @@ export default { |
|
|
|
// }); |
|
|
|
// }); |
|
|
|
}, |
|
|
|
}, |
|
|
|
submitClick() { |
|
|
|
submitClick() { |
|
|
|
this.$u.api.savePlateFrontEnterIssue({}).then((res) => { |
|
|
|
this.$u.api.savePlateFrontEnterIssue(this.prPlateAround).then((res) => { |
|
|
|
uni.showToast({ |
|
|
|
uni.showToast({ |
|
|
|
title: "出库成功", |
|
|
|
title: "出库成功", |
|
|
|
}); |
|
|
|
}); |
|
|
|
|