fix:工段页面添加出入库记录

This commit is contained in:
shijing 2024-09-24 16:46:14 +08:00
parent 64016cf2dc
commit 8118bec402
16 changed files with 84 additions and 48 deletions

View File

@ -25,7 +25,8 @@
:mgroupName="mgroupName"
></handover>
<!-- 库存 -->
<inm v-else :mgroupName="mgroupName"></inm>
<inm v-else-if="values == '库存'" :mgroupName="mgroupName"></inm>
<record v-else :mgroupName="mgroupName"></record>
</el-main>
</el-container>
</template>
@ -35,12 +36,13 @@ import inm from "./inm.vue";
import mlogs from "./mlogs.vue";
import mtask from "./mtask.vue";
import handover from "./handover.vue";
import record from "./inmrecord.vue";
export default {
components: { inm, mlogs, mtask, handover },
components: { inm, mlogs, mtask, handover,record },
data() {
return {
tableHieght: 200,
options: ["日志", "交接记录", "库存"],
options: ["日志", "交接记录", "库存","入库记录"],
values: "日志",
mgroupName: "白片抛",
mgroupId: "",

View File

@ -25,7 +25,8 @@
:mgroupName="mgroupName"
></handover>
<!-- 库存 -->
<inm v-else :mgroupName="mgroupName"></inm>
<inm v-else-if="values == '库存'" :mgroupName="mgroupName"></inm>
<record v-else :mgroupName="mgroupName"></record>
</el-main>
</el-container>
</template>
@ -35,12 +36,13 @@ import inm from "./inm.vue";
import mlogs from "./fmlogs.vue";
import mtask from "./mtask.vue";
import handover from "./handover.vue";
import record from "./inmrecord.vue";
export default {
components: { inm, mlogs, mtask, handover },
components: { inm, mlogs, mtask, handover,record },
data() {
return {
tableHieght: 200,
options: ["日志", "交接记录", "库存"],
options: ["日志", "交接记录", "库存","入库记录"],
values: "日志",
mgroupName: "一次超洗",
mgroupId: "",

View File

@ -25,7 +25,9 @@
:mgroupName="mgroupName"
></handover>
<!-- 库存 -->
<inm v-else :mgroupName="mgroupName"></inm>
<inm v-else-if="values == '库存'" :mgroupName="mgroupName"></inm>
<record v-else :mgroupName="mgroupName"></record>
</el-main>
</el-container>
</template>
@ -35,12 +37,13 @@ import inm from "./inm.vue";
import mlogs from "./fmlogs.vue";
import mtask from "./mtask.vue";
import handover from "./handover.vue";
import record from "./inmrecord.vue";
export default {
components: { inm, mlogs, mtask, handover },
components: { inm, mlogs, mtask, handover,record },
data() {
return {
tableHieght: 200,
options: ["日志", "交接记录", "库存"],
options: ["日志", "交接记录", "库存","入库记录"],
values: "日志",
mgroupName: "二次超洗",
mgroupId: "",

View File

@ -25,7 +25,8 @@
:mgroupName="mgroupName"
></handover>
<!-- 库存 -->
<inm v-else :mgroupName="mgroupName"></inm>
<inm v-else-if="values == '库存'" :mgroupName="mgroupName"></inm>
<record v-else :mgroupName="mgroupName"></record>
</el-main>
</el-container>
</template>
@ -35,12 +36,13 @@ import inm from "./inm.vue";
import mlogs from "./fmlogs.vue";
import mtask from "./mtask.vue";
import handover from "./handover.vue";
import record from "./inmrecord.vue";
export default {
components: { inm, mlogs, mtask, handover },
components: { inm, mlogs, mtask, handover,record },
data() {
return {
tableHieght: 200,
options: ["日志", "交接记录", "库存"],
options: ["日志", "交接记录", "库存","入库记录"],
values: "日志",
mgroupName: "三次超洗",
mgroupId: "",

View File

@ -25,7 +25,9 @@
:mgroupName="mgroupName"
></handover>
<!-- 库存 -->
<inm v-else :mgroupName="mgroupName"></inm>
<inm v-else-if="values == '库存'" :mgroupName="mgroupName"></inm>
<record v-else :mgroupName="mgroupName"></record>
</el-main>
</el-container>
</template>
@ -35,12 +37,13 @@ import inm from "./inm.vue";
import mlogs from "./fmlogs.vue";
import mtask from "./mtask.vue";
import handover from "./handover.vue";
import record from "./inmrecord.vue";
export default {
components: { inm, mlogs, mtask, handover },
components: { inm, mlogs, mtask, handover,record },
data() {
return {
tableHieght: 200,
options: ["日志", "交接记录", "库存"],
options: ["日志", "交接记录", "库存","入库记录"],
values: "日志",
mgroupName: "成品抛",
mgroupId: "",

View File

@ -25,7 +25,8 @@
:mgroupName="mgroupName"
></handover>
<!-- 库存 -->
<inm v-else :mgroupName="mgroupName"></inm>
<inm v-else-if="values == '库存'" :mgroupName="mgroupName"></inm>
<record v-else :mgroupName="mgroupName"></record>
</el-main>
</el-container>
</template>
@ -35,12 +36,13 @@ import inm from "./inm.vue";
import mlogs from "./fmlogs.vue";
import mtask from "./mtask.vue";
import handover from "./handover.vue";
import record from "./inmrecord.vue";
export default {
components: { inm, mlogs, mtask, handover },
components: { inm, mlogs, mtask, handover,record },
data() {
return {
tableHieght: 200,
options: ["日志", "交接记录", "库存"],
options: ["日志", "交接记录", "库存","入库记录"],
values: "日志",
mgroupName: "倒角",
mgroupId: "",

View File

@ -25,7 +25,9 @@
:mgroupName="mgroupName"
></handover>
<!-- 库存 -->
<inm v-else :mgroupName="mgroupName"></inm>
<inm v-else-if="values == '库存'" :mgroupName="mgroupName"></inm>
<record v-else :mgroupName="mgroupName"></record>
</el-main>
</el-container>
</template>
@ -35,12 +37,13 @@ import inm from "./inm.vue";
import mlogs from "./mlogs.vue";
import mtask from "./mtask.vue";
import handover from "./handover.vue";
import record from "./inmrecord.vue";
export default {
components: { inm, mlogs, mtask, handover },
components: { inm, mlogs, mtask, handover,record },
data() {
return {
tableHieght: 200,
options: ["日志", "交接记录", "库存"],
options: ["日志", "交接记录", "库存","入库记录"],
values: "日志",
mgroupName: "黑化",
mgroupId: "",

View File

@ -25,7 +25,8 @@
:mgroupName="mgroupName"
></handover>
<!-- 库存 -->
<inm v-else :mgroupName="mgroupName"></inm>
<inm v-else-if="values == '库存'" :mgroupName="mgroupName"></inm>
<record v-else :mgroupName="mgroupName"></record>
</el-main>
</el-container>
</template>
@ -35,12 +36,13 @@ import inm from "./inm.vue";
import mlogs from "./fmlogs.vue";
import mtask from "./mtask.vue";
import handover from "./handover.vue";
import record from "./inmrecord.vue";
export default {
components: { inm, mlogs, mtask, handover },
components: { inm, mlogs, mtask, handover,record },
data() {
return {
tableHieght: 200,
options: ["日志", "交接记录", "库存"],
options: ["日志", "交接记录", "库存","入库记录"],
values: "日志",
mgroupName: "减薄A",
mgroupId: "",

View File

@ -25,7 +25,9 @@
:mgroupName="mgroupName"
></handover>
<!-- 库存 -->
<inm v-else :mgroupName="mgroupName"></inm>
<inm v-else-if="values == '库存'" :mgroupName="mgroupName"></inm>
<record v-else :mgroupName="mgroupName"></record>
</el-main>
</el-container>
</template>
@ -35,12 +37,13 @@ import inm from "./inm.vue";
import mlogs from "./fmlogs.vue";
import mtask from "./mtask.vue";
import handover from "./handover.vue";
import record from "./inmrecord.vue";
export default {
components: { inm, mlogs, mtask, handover },
components: { inm, mlogs, mtask, handover,record },
data() {
return {
tableHieght: 200,
options: ["日志", "交接记录", "库存"],
options: ["日志", "交接记录", "库存","入库记录"],
values: "日志",
mgroupName: "减薄B",
mgroupId: "",

View File

@ -25,7 +25,8 @@
:mgroupName="mgroupName"
></handover>
<!-- 库存 -->
<inm v-else :mgroupName="mgroupName"></inm>
<inm v-else-if="values == '库存'" :mgroupName="mgroupName"></inm>
<record v-else :mgroupName="mgroupName"></record>
</el-main>
</el-container>
</template>
@ -35,12 +36,13 @@ import inm from "./inm.vue";
import mlogs from "./fmlogs.vue";
import mtask from "./mtask.vue";
import handover from "./handover.vue";
import record from "./inmrecord.vue";
export default {
components: { inm, mlogs, mtask, handover },
components: { inm, mlogs, mtask, handover ,record},
data() {
return {
tableHieght: 200,
options: ["日志", "交接记录", "库存"],
options: ["日志", "交接记录", "库存","入库记录"],
values: "日志",
mgroupName: "精雕",
mgroupId: "",

View File

@ -25,7 +25,8 @@
:mgroupName="mgroupName"
></handover>
<!-- 库存 -->
<inm v-else :mgroupName="mgroupName"></inm>
<inm v-else-if="values == '库存'" :mgroupName="mgroupName"></inm>
<record v-else :mgroupName="mgroupName"></record>
</el-main>
</el-container>
</template>
@ -35,12 +36,13 @@ import inm from "./inm.vue";
import mlogs from "./fmlogs.vue";
import mtask from "./mtask.vue";
import handover from "./handover.vue";
import record from "./inmrecord.vue";
export default {
components: { inm, mlogs, mtask, handover },
components: { inm, mlogs, mtask, handover,record },
data() {
return {
tableHieght: 200,
options: ["日志", "交接记录", "库存"],
options: ["日志", "交接记录", "库存","入库记录"],
values: "日志",
mgroupName: "平磨",
mgroupId: "",

View File

@ -25,7 +25,8 @@
:mgroupName="mgroupName"
></handover>
<!-- 库存 -->
<inm v-else :mgroupName="mgroupName"></inm>
<inm v-else-if="values == '库存'" :mgroupName="mgroupName"></inm>
<record v-else :mgroupName="mgroupName"></record>
</el-main>
</el-container>
</template>
@ -35,12 +36,13 @@ import inm from "./inm.vue";
import mlogs from "./mlogs.vue";
import mtask from "./mtask.vue";
import handover from "./handover.vue";
import record from "./inmrecord.vue";
export default {
components: { inm, mlogs, mtask, handover },
components: { inm, mlogs, mtask, handover,record },
data() {
return {
tableHieght: 200,
options: ["日志", "交接记录", "库存"],
options: ["日志", "交接记录", "库存","入库记录"],
values: "日志",
mgroupName: "切片",
mgroupId: "",

View File

@ -25,7 +25,8 @@
:mgroupName="mgroupName"
></handover>
<!-- 库存 -->
<inm v-else :mgroupName="mgroupName"></inm>
<inm v-else-if="values == '库存'" :mgroupName="mgroupName"></inm>
<record v-else :mgroupName="mgroupName"></record>
</el-main>
</el-container>
</template>
@ -35,12 +36,13 @@ import inm from "./inm.vue";
import mlogs from "./fmlogs.vue";
import mtask from "./mtask.vue";
import handover from "./handover.vue";
import record from "./inmrecord.vue";
export default {
components: { inm, mlogs, mtask, handover },
components: { inm, mlogs, mtask, handover,record },
data() {
return {
tableHieght: 200,
options: ["日志", "交接记录", "库存"],
options: ["日志", "交接记录", "库存","入库记录"],
values: "日志",
mgroupName: "扫边A",
mgroupId: "",

View File

@ -25,7 +25,8 @@
:mgroupName="mgroupName"
></handover>
<!-- 库存 -->
<inm v-else :mgroupName="mgroupName"></inm>
<inm v-else-if="values == '库存'" :mgroupName="mgroupName"></inm>
<record v-else :mgroupName="mgroupName"></record>
</el-main>
</el-container>
</template>
@ -35,12 +36,13 @@ import inm from "./inm.vue";
import mlogs from "./fmlogs.vue";
import mtask from "./mtask.vue";
import handover from "./handover.vue";
import record from "./inmrecord.vue";
export default {
components: { inm, mlogs, mtask, handover },
components: { inm, mlogs, mtask, handover,record },
data() {
return {
tableHieght: 200,
options: ["日志", "交接记录", "库存"],
options: ["日志", "交接记录", "库存","入库记录"],
values: "日志",
mgroupName: "扫边B",
mgroupId: "",

View File

@ -25,7 +25,8 @@
:mgroupName="mgroupName"
></handover>
<!-- 库存 -->
<inm v-else :mgroupName="mgroupName"></inm>
<inm v-else-if="values == '库存'" :mgroupName="mgroupName"></inm>
<record v-else :mgroupName="mgroupName"></record>
</el-main>
</el-container>
</template>
@ -35,12 +36,13 @@ import inm from "./inm.vue";
import mlogs from "./mlogs.vue";
import mtask from "./mtask.vue";
import handover from "./handover.vue";
import record from "./inmrecord.vue";
export default {
components: { inm, mlogs, mtask, handover },
components: { inm, mlogs, mtask, handover,record },
data() {
return {
tableHieght: 200,
options: ["日志", "交接记录", "库存"],
options: ["日志", "交接记录", "库存","入库记录"],
values: "日志",
mgroupName: "退火",
mgroupId: "",

View File

@ -25,7 +25,8 @@
:mgroupName="mgroupName"
></handover>
<!-- 库存 -->
<inm v-else :mgroupName="mgroupName"></inm>
<inm v-else-if="values == '库存'" :mgroupName="mgroupName"></inm>
<record v-else :mgroupName="mgroupName"></record>
</el-main>
</el-container>
</template>
@ -35,12 +36,13 @@ import inm from "./inm.vue";
import mlogs from "./mlogs.vue";
import mtask from "./mtask.vue";
import handover from "./handover.vue";
import record from "./inmrecord.vue";
export default {
components: { inm, mlogs, mtask, handover },
components: { inm, mlogs, mtask, handover,record },
data() {
return {
tableHieght: 200,
options: ["日志", "交接记录", "库存"],
options: ["日志", "交接记录", "库存","入库记录"],
values: "日志",
mgroupName: "一次抛",
mgroupId: "",