liuhairui 1 жил өмнө
parent
commit
ad3c3d0ea6

+ 25 - 1
src/api/yunyin/yunying.js

@@ -451,6 +451,30 @@ export const ProductCodeList  = (params) => {
         params
     })
 }
+//新增工单->工单添加
+export const WorkOrderAdd  = (data) => {
+    return service({
+        url: '/mes_server/work_order/WorkOrderAdd',
+        method: 'post',
+        data
+    })
+}
+//打印作业通知单->工单印件及工序列表
+export const PrintCodeList  = (params) => {
+    return service({
+        url: '/mes_server/work_order/PrintCodeList',
+        method: 'get',
+        params
+    })
+}
+//打印作业通知单->工艺编号获取
+export const ProcessCodeList  = (params) => {
+    return service({
+        url: '/mes_server/work_order/ProcessCodeList',
+        method: 'get',
+        params
+    })
+}
 
 
 /**工单生产排单(排产管理)*/
@@ -712,4 +736,4 @@ export const getOrderProcessRight = (params) => {
         method: 'get',
         params
     })
-}
+}

+ 3 - 3
src/view/yunyin/shengchanguanli/gongdanshengchan.vue

@@ -318,7 +318,7 @@
                 <el-table ref="multipleTable" :show-overflow-tooltip="true" :row-style="{ height: '20px' }"
                           :cell-style="{ padding: '0px' }" :header-row-style="{ height: '20px' }"
                           :header-cell-style="{ padding: '0px' }" highlight-current-row="true"
-                          style="width: 100%;height: 50vh" border tooltip-effect="dark" :data="gytableData" row-key="ID" @selection-change="handleSelectionChange">
+                          style="width: 100%;height: 45vh" border tooltip-effect="dark" :data="gytableData" row-key="ID" @selection-change="handleSelectionChange">
                   <el-table-column align="left" label="工单编号" prop="工单编号"  width="90"/>
                   <el-table-column align="left" label="重点工序" prop="重点工序"  width="90"/>
                   <el-table-column align="left" label="印件工序及名称" prop="印件工序及名称"  width="500"/>
@@ -341,7 +341,7 @@
                           :cell-style="{ padding: '0px' }" :header-row-style="{ height: '20px' }"
                           :header-cell-style="{ padding: '0px' }" :show-overflow-tooltip="true"
                           :highlight-current-row="true"
-                          style="width: 100%;height: 50vh" border tooltip-effect="dark" :data="yjtableData" row-key="ID" @selection-change="handleSelectionChange">
+                          style="width: 100%;height: 45vh" border tooltip-effect="dark" :data="yjtableData" row-key="ID" @selection-change="handleSelectionChange">
                   <el-table-column align="left" label="工单编号" prop="工单编号"  width="90"/>
                   <el-table-column align="left" label="印件号" prop="印件号"  width="70"/>
                   <el-table-column align="left" label="印件代号" prop="印件代号"  width="100"/>
@@ -369,7 +369,7 @@
                         :cell-style="{ padding: '0px' }" :header-row-style="{ height: '20px' }"
                         :header-cell-style="{ padding: '0px' }" :highlight-current-row="true"
                         :cell-class-name="pczc_planUsageCellClass"
-                        style="width: 100%;height: 50vh" border tooltip-effect="dark" :data="bottomData" row-key="ID" @selection-change="handleSelectionChange">
+                        style="width: 100%;height: 45vh" border tooltip-effect="dark" :data="bottomData" row-key="ID" @selection-change="handleSelectionChange">
                 <template v-for="item in bottomTableF[currentNode]">
                   <el-table-column :align="item.align" :label="item.title" :prop="item.prop" :width="item.width" />
                 </template>

Файлын зөрүү хэтэрхий том тул дарагдсан байна
+ 276 - 102
src/view/yunyin/shengchanguanli/gongdanziliao.vue


Энэ ялгаанд хэт олон файл өөрчлөгдсөн тул зарим файлыг харуулаагүй болно