Commit 2944eecc authored by 梁钊炜's avatar 梁钊炜

fix: 修改请求接口

parent 4ef8b505
...@@ -249,7 +249,7 @@ ...@@ -249,7 +249,7 @@
</a-row> </a-row>
<a-row> <a-row>
<a-col :span="12"> <a-col :span="12">
<a-form-item field="rfidNumber" label="托盘号"> <a-form-item field="rfidNumber" label="托盘芯片号">
<a-input v-model="workpieceForm.trayNumber"/> <a-input v-model="workpieceForm.trayNumber"/>
</a-form-item> </a-form-item>
</a-col> </a-col>
...@@ -509,6 +509,10 @@ const clickTary = (info) => { ...@@ -509,6 +509,10 @@ const clickTary = (info) => {
} }
const passPointConfirm = async (done) => { const passPointConfirm = async (done) => {
if (!workpieceForm.value.trayNumber) {
Message.warning('请输入托盘芯片号')
return
}
const {data} = await request.post("/ae-prod/qms/qc/parcel/rfid/info", { const {data} = await request.post("/ae-prod/qms/qc/parcel/rfid/info", {
...workpieceForm.value, ...workpieceForm.value,
rwContent: rfidInfo.value, rwContent: rfidInfo.value,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment