123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471 |
- <template>
- <div class="containerBox">
- <el-collapse>
- <el-collapse-item
- v-for="(item, index) in materialsData"
- :key="index + item"
- :name="index"
- >
- <template #title>
- {{
- dictS.getLableByValue("device_type", item.deviceType)
- }} <span
- :class="item.state ? 'round green' : 'round'"
- ></span
- >
- <span
- @click.stop="
- addItem(item.deviceNo, item.deviceName, item.deviceType, index)
- "
- class="opear"
- style="font-size: 18px; color: rgb(10, 89, 247); font-weight: 600"
- >新增数据</span
- >
- </template>
- <el-table :data="tableData[index]" border :key="tableKey">
- <!-- <el-table-column prop="deviceNo" label="设备编号">
- <template #default="scope" v-if="!item.updateStatus">
- {{ scope.row.deviceNo }}
- </template>
- <template #default v-else>
- <el-input v-model="tableData[index].deviceNo" />
- </template>
- </el-table-column>
- <el-table-column prop="deviceName" label="设备名称">
- <template #default="scope" v-if="!item.updateStatus">
- {{ scope.row.deviceName }}
- </template>
- <template #default v-else>
- <el-input v-model="tableData[index].deviceName" />
- </template>
- </el-table-column>
- <el-table-column prop="created" label="采集时间">
- <template #default="scope" v-if="!item.updateStatus">
- {{ scope.row.created }}
- </template>
- <template #default v-else>
- <el-input v-model="tableData[index].created" />
- </template>
- </el-table-column> -->
- <el-table-column
- v-for="str in configeObj(materialsData[index].deviceType)"
- :key="str"
- :prop="str"
- :label="showLable(str)"
- width="230px"
- >
- <template #default="{ row }">
- <div v-if="!row.updateStatus">
- {{ row.data[str] }}
- </div>
- <div v-else>
- <el-input v-model="tableData[index][row.index].data[str]" />
- </div>
- </template>
- </el-table-column>
- <el-table-column label="操作" min-width="150px" fixed="right">
- <template #default="scope">
- <span
- class="opear"
- v-if="scope.row.updateStatus || scope.row.addStatus"
- @click="toSuccess(index, scope.$index)"
- >完成</span
- >
- <span class="opear" v-else @click="toDelete(index, scope.$index)"
- >删除</span
- >
- <span
- class="opear"
- v-if="scope.row.updateStatus || scope.row.addStatus"
- @click="toCancel(index, scope.$index)"
- >取消</span
- ><span class="opear" v-else @click="toEdit(index, scope.$index)"
- >编辑</span
- >
- </template>
- </el-table-column>
- </el-table>
- <Pagination
- v-model:limit="pageS[index].pageSize"
- v-model:page="pageS[index].pageNo"
- :total="pageS[index].total"
- @pagination="paginationChange(index)"
- position="right"
- />
- </el-collapse-item>
- </el-collapse>
- </div>
- </template>
- <script setup>
- import {
- getScrewdriverData,
- getAcquisitionData,
- addAcquisitionData,
- updateAcquisitionData,
- delAcquisitionData,
- } from "@/api/prosteps/screwdriver";
- import { useProcessStore } from "@/store";
- import { useDictionaryStore } from "@/store";
- const dictS = useDictionaryStore();
- const store = useProcessStore();
- const tableData = ref([]);
- const materialsData = ref([]);
- const showLable = (key) => {
- switch (key) {
- case "CH5Val":
- return "CH5";
- case "CH6Val":
- return "CH6";
- case "DataTimes":
- return "采集时间";
- case "DDLSD1":
- return "拧紧的模式";
- case "DDLSD2":
- return "拧紧旋转方向";
- case "DDLSD3":
- return "目标扭力";
- case "DDLSD4":
- return "扭力保持时间";
- case "DDLSD5":
- return "浮高界定圈数";
- case "DDLSD6":
- return "滑牙界定圈数";
- case "DDLSD7":
- return "触发速度切换的扭力比值";
- case "DDLSD8":
- return "扭力补偿值";
- case "DDLSD9":
- return "开启浮高滑牙检测";
- case "DDLSD10":
- return "触发速度切换的扭力";
- case "DDLSD11":
- return "触发速度切换的速度比值";
- case "DDLSD12":
- return "扭力偏差上限";
- case "DDLSD13":
- return "扭力偏差下限";
- case "DDLSD14":
- return "扭力免检圈数";
- case "DDLSD15":
- return "拧松有效触发的扭力阀值";
- case "DDLSD16":
- return "拧松有效触发的保持时间";
- case "DDLSD17":
- return "自由旋转方向";
- case "DDLSD18":
- return "STEP-00拧紧圈数";
- case "DDLSD19":
- return "STEP-00拧紧速度";
- case "DDLSD20":
- return "STEP-01拧紧圈数";
- case "DDLSD21":
- return "STEP-01拧紧速度";
- case "DDLSD22":
- return "STEP-02拧紧圈数";
- case "DDLSD23":
- return "STEP-02拧紧速度";
- case "DDLSD24":
- return "STEP-03拧紧圈数";
- case "DDLSD25":
- return "STEP-03拧紧速度";
- case "DDLSD26":
- return "STEP-04拧紧圈数";
- case "DDLSD27":
- return "STEP-04拧紧速度";
- case "DDLSD28":
- return "STEP-00拧松圈数";
- case "DDLSD29":
- return "STEP-00拧松速度";
- case "DDLSD30":
- return "STEP-01拧松圈数";
- case "DDLSD31":
- return "STEP-01拧松速度";
- case "DDLSD32":
- return "STEP-02拧松圈数";
- case "DDLSD33":
- return "STEP-02拧松速度";
- case "DDLSD34":
- return "STEP-00自由圈数";
- case "DDLSD35":
- return "STEP-00自由速度";
- default:
- return key;
- }
- };
- const toEdit = (index, rowIndex) => {
- tableData.value[index][rowIndex].updateStatus = true;
- };
- const toDelete = async (index, rowIndex) => {
- console.log(index, rowIndex);
- const no = tableData.value[index][rowIndex].deviceNo;
- const { code } = await delAcquisitionData({
- id: tableData.value[index][rowIndex].id,
- });
- if (code == "200") {
- ElMessage.success("操作成功!");
- setAcquisitionDatas(no, index);
- }
- };
- const toSuccess = (index, rowIndex) => {
- if (tableData.value[index][rowIndex].addStatus == true) {
- addInfo(index, rowIndex);
- } else {
- editInfo(index, rowIndex);
- }
- };
- const addInfo = async (index, rowIndex) => {
- const { code } = await addAcquisitionData({
- ...tableData.value[index][rowIndex],
- data: JSON.stringify(tableData.value[index][rowIndex].data),
- });
- if (code == "200") {
- ElMessage.success("操作成功!");
- tableData.value[index][rowIndex].addStatus = false;
- tableData.value[index][rowIndex].updateStatus = false;
- }
- };
- const editInfo = async (index, rowIndex) => {
- const { code } = await updateAcquisitionData({
- ...tableData.value[index][rowIndex],
- data: JSON.stringify(tableData.value[index][rowIndex].data),
- });
- if (code == "200") {
- ElMessage.success("操作成功!");
- tableData.value[index][rowIndex].updateStatus = false;
- }
- };
- const toCancel = (index, rowIndex) => {
- if (tableData.value[index][rowIndex].addStatus == true) {
- tableData.value[index].splice(rowIndex, 1);
- } else {
- tableData.value[index][rowIndex].updateStatus = false;
- tableData.value[index][rowIndex].data = JSON.parse(
- tableData.value[index][rowIndex].resdata
- );
- }
- };
- const configeObj = (type) => {
- switch (type) {
- //温湿度
- case "WXDJC":
- return ["CH5Val", "CH6Val", "DataTimes"];
- //电动螺丝刀
- case "DDLSD":
- return [
- "DDLSD1",
- "DDLSD2",
- "DDLSD3",
- "DDLSD4",
- "DDLSD5",
- "DDLSD6",
- "DDLSD7",
- "DDLSD8",
- "DDLSD9",
- "DDLSD10",
- "DDLSD11",
- "DDLSD12",
- "DDLSD13",
- "DDLSD14",
- "DDLSD15",
- "DDLSD16",
- "DDLSD17",
- "DDLSD18",
- "DDLSD19",
- "DDLSD20",
- "DDLSD21",
- "DDLSD22",
- "DDLSD23",
- "DDLSD24",
- "DDLSD25",
- "DDLSD26",
- "DDLSD27",
- "DDLSD28",
- "DDLSD29",
- "DDLSD30",
- "DDLSD31",
- "DDLSD32",
- "DDLSD33",
- "DDLSD34",
- "DDLSD35",
- ];
- default:
- return ["a", "b", "c"];
- }
- };
- const addItem = (no, name, type, index) => {
- let data = {};
- switch (type) {
- case "WXDJC":
- data = { CH5Val: "", CH6Val: "", DataTimes: "" };
- break;
- case "DDLSD":
- data = {
- DDLSD1: "",
- DDLSD2: "",
- DDLSD3: "",
- DDLSD4: "",
- DDLSD5: "",
- DDLSD6: "",
- DDLSD7: "",
- DDLSD8: "",
- DDLSD9: "",
- DDLSD10: "",
- DDLSD11: "",
- DDLSD12: "",
- DDLSD13: "",
- DDLSD14: "",
- DDLSD15: "",
- DDLSD16: "",
- DDLSD17: "",
- DDLSD18: "",
- DDLSD19: "",
- DDLSD20: "",
- DDLSD21: "",
- DDLSD22: "",
- DDLSD23: "",
- DDLSD24: "",
- DDLSD25: "",
- DDLSD26: "",
- DDLSD27: "",
- DDLSD28: "",
- DDLSD29: "",
- DDLSD30: "",
- DDLSD31: "",
- DDLSD32: "",
- DDLSD33: "",
- DDLSD34: "",
- DDLSD35: "",
- };
- break;
- }
- tableData.value[index].push({
- deviceNo: no,
- deviceName: name,
- deviceType: type,
- data: data,
- operationId: store.odersData.operationId,
- operationName: store.processInfo.operationName,
- processId: store.scanInfo.id,
- seqNo: store.scanInfo.seqNo,
- workOrderCode: store.odersData.workOrderCode,
- index: tableData.value[index].length,
- addStatus: true,
- updateStatus: true,
- });
- };
- const tableKey = ref(false);
- const getData = async () => {
- const res = await getScrewdriverData();
- materialsData.value = res.data;
- materialsData.value.forEach((item, index) => {
- pageS.value.push({ ...page });
- getAcquisitionDatas(item.deviceNo, index);
- });
- change();
- };
- const paginationChange = (index1) => {
- materialsData.value.forEach((item, index) => {
- if (index == index1) {
- setAcquisitionDatas(item.deviceNo, index);
- }
- });
- };
- const getAcquisitionDatas = async (No, index) => {
- const res = await getAcquisitionData({
- deviceNo: No,
- operationId: store.odersData.operationId,
- pageNo: pageS.value[index].pageNo,
- pageSize: pageS.value[index].pageSize,
- processId: store.scanInfo.id,
- });
- pageS.value[index].total = res.data.totalCount;
- res.data.records.forEach((item, index) => {
- item.resdata = item.data;
- item.data = JSON.parse(item.data);
- item.updateStatus = false;
- item.index = index;
- });
- tableData.value.push(res.data.records);
- };
- const setAcquisitionDatas = async (No, index) => {
- const res = await getAcquisitionData({
- deviceNo: No,
- operationId: store.odersData.operationId,
- pageNo: pageS.value[index].pageNo,
- pageSize: pageS.value[index].pageSize,
- processId: store.scanInfo.id,
- });
- pageS.value[index].total = res.data.totalCount;
- res.data.records.forEach((item, index) => {
- item.resdata = item.data;
- item.data = JSON.parse(item.data);
- item.updateStatus = false;
- item.index = index;
- });
- console.log(index, res.data.records);
- tableData.value[index] = res.data.records;
- console.log(tableData.value);
- change();
- };
- const pageS = ref([]);
- const page = {
- pageSize: 10,
- pageNo: 1,
- total: 0,
- };
- onMounted(async () => {
- await getData();
- });
- onActivated(() => {
- change();
- });
- const change = () => {
- setTimeout(() => {
- tableKey.value = !tableKey.value;
- }, 0);
- };
- </script>
- <style lang="scss" scoped>
- .containerBox {
- background-color: white;
- padding: 20px;
- }
- :deep(.el-collapse-item__header) {
- background-color: rgb(241, 243, 245) !important;
- padding: 0 20px;
- height: 80px;
- }
- :deep(.el-badge) {
- font-size: $f24;
- }
- :deep(.el-collapse-item__header) {
- font-size: $f24;
- }
- :deep(.el-pagination) {
- span {
- font-weight: 600 !important;
- }
- }
- :deep(.el-collapse-item__wrap) {
- padding: 20px;
- border: 1px solid rgb(241, 243, 245);
- }
- .opear {
- font-size: 16px;
- margin-right: 5px;
- cursor: pointer;
- }
- .round {
- width: 20px;
- height: 20px;
- border-radius: 10px;
- background-color: red;
- }
- .green {
- background-color: green;
- }
- </style>
|