WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue
@@ -27,14 +27,13 @@ sortName: "id", }); const editFormFields = ref({ deviceCode: "", deviceName: "", deviceType: "", deviceStatus: "", deviceIp: "", devicePort: "", devicePlcType: "", deviceRemark: "", palletCode: "", materialType: "", locationCode: "", stockStatus: "", materialweight: "", wlstatus: "", remark: "", }); const editFormOptions = ref([ [ @@ -65,7 +64,7 @@ data: [] }, { title: "备注", field: "Remark" title: "备注", field: "remark" } ], ]);