feat: 物料台账

This commit is contained in:
砂糖
2025-08-11 11:55:06 +08:00
parent bc61d388ef
commit ba14fd26a7
4 changed files with 239 additions and 307 deletions

View File

@@ -24,7 +24,6 @@
</template>
<script>
import { listRawMaterial } from "@/api/wms/rawMaterial";
import { mapGetters } from "vuex";
export default {
@@ -49,7 +48,6 @@ export default {
},
selected(val) {
this.$emit("input", val);
this.$emit("change", val);
}
},
mounted() {