xwt
2025-05-16 a67e7dede17a1720c5c26046799e562e546c8a1d
pages/QC/LLJ/Add.vue
@@ -206,7 +206,8 @@
               boardModel: "",
               planQty: "",
               mocode: "",
               boardStyle: ""
               boardStyle: "",
               itemId: ""
            },
            tableData: [],
            remarksPopup: false,
@@ -276,7 +277,7 @@
            this.$post({
               url: "/LLJ/setJYItem",
               data: {
                  itemNo: this.formData.itemNo,
                  itemNo: this.formData.itemId,
                  quantity: this.formData.fcovertQty,
                  releaseNo: this.formData.releaseNo
               }