From d01fa9d49a8c8a723493aecb681d4e1f3e25fce5 Mon Sep 17 00:00:00 2001
From: guoyuji <guoyujie@ng.com>
Date: 星期五, 26 一月 2024 14:28:55 +0800
Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/ERP_override
---
north-glass-erp/northglass-erp/src/views/pp/processCard/AddProcessCard.vue | 172 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 172 insertions(+), 0 deletions(-)
diff --git a/north-glass-erp/northglass-erp/src/views/pp/processCard/AddProcessCard.vue b/north-glass-erp/northglass-erp/src/views/pp/processCard/AddProcessCard.vue
new file mode 100644
index 0000000..94408ab
--- /dev/null
+++ b/north-glass-erp/northglass-erp/src/views/pp/processCard/AddProcessCard.vue
@@ -0,0 +1,172 @@
+<script setup>
+import {ArrowLeftBold} from "@element-plus/icons-vue";
+import {useRouter} from "vue-router";
+const router = useRouter()
+let flag = $ref(true)
+function intoCreateProduct(){
+ if(flag){
+ router.push('/main/processCard/SplittingDetails')
+ }else {
+ router.push('/main/processCard/SplittingDetails')
+ }
+ flag=!flag
+}
+const tableData = [
+ {
+ processCard: 'NG231201A01',
+ orderSequence: '1',
+ landingSequence: '1',
+ floorNumber: '14-BSGB05',
+ shape: '鏅舰',
+ longSide: '5000',
+ shortSide: '4400',
+ total: '24',
+ totalThickness: '26',
+ },
+ {
+ processCard: 'NG231201A01',
+ orderSequence: '2',
+ landingSequence: '2',
+ floorNumber: '15-BSGB05',
+ shape: '鏅舰',
+ longSide: '5000',
+ shortSide: '4400',
+ total: '24',
+ totalThickness: '26',
+ },
+ {
+ processCard: 'NG231201A02',
+ orderSequence: '3',
+ landingSequence: '3',
+ floorNumber: '16-BSGB05',
+ shape: '鏅舰',
+ longSide: '5000',
+ shortSide: '4400',
+ total: '24',
+ totalThickness: '26',
+ },
+]
+const tableData2 = [
+ {
+ orderSequence: '4',
+ floorNumber: '17-BSGB08',
+ shape: '鏅舰',
+ longSide: '4600',
+ shortSide: '3880',
+ undividedQuantity: '15',
+ undividedArea: '99.84',
+ totalThickness:'28',
+ glassThickness:'24',
+ undividedWeight:'111'
+ },
+ {
+ orderSequence: '5',
+ floorNumber: '18-BSGB08',
+ shape: '鏅舰',
+ longSide: '4600',
+ shortSide: '3880',
+ undividedQuantity: '15',
+ undividedArea: '99.84',
+ totalThickness:'28',
+ glassThickness:'24',
+ undividedWeight:'111'
+ },
+ {
+ orderSequence: '6',
+ floorNumber: '19-BSGB08',
+ shape: '鏅舰',
+ longSide: '4600',
+ shortSide: '3880',
+ undividedQuantity: '15',
+ undividedArea: '99.84',
+ totalThickness:'28',
+ glassThickness:'24',
+ undividedWeight:'111'
+ },
+]
+</script>
+
+<template>
+ <div>
+ <div class="header">
+
+ <el-button
+ style="float: left"
+ @click="intoCreateProduct"
+ id="searchButton1"
+ type="primary"
+ :icon="ArrowLeftBold"
+ round >
+ {{flag?'杩斿洖':'杩斿洖'}}
+ </el-button>
+ <el-button type="primary">淇濆瓨鍒嗘灦</el-button>
+ <el-button type="primary">鍒嗘灦姹囨��</el-button>
+ <el-button type="primary">宸︿晶鍏ㄩ��</el-button>
+ <el-button type="primary">鍙充晶鍏ㄩ��</el-button>
+ </div>
+ <div class="common-layout">
+ <el-container height="100%">
+ <el-aside width="44%" style="">
+ <el-table :data="tableData" border style="width: 100%" height="100%">
+ <el-table-column sortable prop="processCard" label="娴佺▼鍗″彿" width="120" />
+ <el-table-column prop="orderSequence" label="璁㈠簭" width="60" />
+ <el-table-column prop="landingSequence" label="钀芥灦椤哄簭" width="85" />
+ <el-table-column prop="floorNumber" label="妤煎眰缂栧彿" :show-overflow-tooltip='true' width="120" />
+ <el-table-column prop="shape" label="褰㈢姸" width="65" />
+ <el-table-column prop="longSide" label="闀胯竟" width="65" />
+ <el-table-column prop="shortSide" label="鐭竟" width="65" />
+ <el-table-column prop="total" label="鎬绘暟閲�" width="75" />
+ <el-table-column prop="totalThickness" label="鎬诲帤搴�" width="75" />
+ </el-table><!-- <h1>{{msg}}</h1> -->
+ </el-aside>
+
+ <el-main width="12%" style="">
+ <span>鏈垎鏁伴噺:45</span><br>
+ <span>鏈垎閲嶉噺:333</span><br>
+ <span>閫変腑鏁伴噺:</span><br>
+ <el-button type="primary"> 鈫� </el-button>
+ <br>
+ <br>
+ <el-button type="primary"> 鈫� </el-button>
+ <br>
+ <br>
+ <el-button type="primary">寤虹珛娴佺▼鍗�</el-button>
+ </el-main>
+
+ <el-aside width="44%" style="">
+ <el-table :data="tableData2" border style="width: 100%" height="100%">
+ <el-table-column prop="orderSequence" label="璁㈠簭" width="60" />
+ <el-table-column prop="floorNumber" label="妤煎眰缂栧彿" :show-overflow-tooltip='true' width="100" />
+ <el-table-column prop="shape" label="褰㈢姸" width="65" />
+ <el-table-column prop="longSide" label="闀胯竟" width="60" />
+ <el-table-column prop="shortSide" label="鐭竟" width="60" />
+ <el-table-column prop="undividedQuantity" label="寰呭垎鏁伴噺" width="85" />
+ <el-table-column prop="undividedArea" label="寰呭垎闈㈢Н" width="85" />
+ <el-table-column prop="totalThickness" label="鎬诲帤搴�" width="75" />
+ <el-table-column prop="glassThickness" label="鐜荤拑鍘氬害" width="85" />
+ <el-table-column prop="undividedWeight" label="寰呭垎閲嶉噺" width="85" />
+
+ </el-table><!-- <h1>{{msg}}</h1> -->
+ </el-aside>
+ </el-container>
+ </div>
+ </div>
+</template>
+
+<style scoped>
+.common-layout{
+ height: 100%;
+}
+
+.el-aside{
+ height: 100%;
+}
+
+.el-main{
+ height: 100%;
+ text-align: center;
+}
+
+
+
+</style>
\ No newline at end of file
--
Gitblit v1.8.0