loulijun2021
2022-07-21 63fce2b793451ee340b7a0f6e0d6ce6c2d470dd0
src/views/scgl/gd.vue
@@ -132,6 +132,7 @@
            prop="RowNum"
            width="50"
            label="序号"
            fixed
          />
          <el-table-column
            prop="status"
@@ -152,14 +153,13 @@
            prop="wo_code"
            label="工单编号"
            sortable="custom"
            width="160"
            min-width="160"
          />
          <el-table-column
            prop="partcode"
            label="产品编码"
            sortable="custom"
            width="120"
            min-width="120"
          />
          <el-table-column
            prop="partname"
@@ -189,7 +189,7 @@
            prop="route_name"
            label="工艺路线"
            sortable="custom"
            width="130"
            min-width="130"
          />
          <el-table-column
@@ -564,7 +564,7 @@
import { handleDatetime } from '@/utils/global'
import { getCookie } from '@/utils/auth'
import { MesOrderPrintSearch1 } from '@/api/utils'
import { urlAddRandomNo, webapp_urlprotocol_startup, webapp_ws_ajax_run, webapp_ws_autoupdate } from '@/utils/grwebapp'
import { urlAddRandomNo, webapp_ws_ajax_run, webapp_ws_autoupdate } from '@/utils/grwebapp'
const SER_HZ = /^[\u4e00-\u9fa5]+$/
export default {