From ea0565b6d55afeebd8ee69cf8a4346067da7789e Mon Sep 17 00:00:00 2001
From: Fixiaobai <fixiaobai@163.com>
Date: 星期二, 14 十一月 2023 17:51:42 +0800
Subject: [PATCH] modified: src/views/plan/customerorder/index.vue
---
src/views/plan/manufacturingorder/index.vue | 52 ++++++++++++++++++++++++++--------------------------
1 files changed, 26 insertions(+), 26 deletions(-)
diff --git a/src/views/plan/manufacturingorder/index.vue b/src/views/plan/manufacturingorder/index.vue
index 7ba7935..8242121 100644
--- a/src/views/plan/manufacturingorder/index.vue
+++ b/src/views/plan/manufacturingorder/index.vue
@@ -53,19 +53,19 @@
@command="issueMaterialHandleCommand"
style="margin-left:10px;"
>
- <el-button>
+ <!-- <el-button>
鍙戞枡<i class="el-icon-arrow-down el-icon--right"></i>
- </el-button>
- <el-dropdown-menu slot="dropdown">
+ </el-button> -->
+ <!-- <el-dropdown-menu slot="dropdown">
<el-dropdown-item
:command="item.command"
v-for="item in issueMaterialArr"
:disabled="item.disabled"
>{{ item.label }}</el-dropdown-item
>
- </el-dropdown-menu>
+ </el-dropdown-menu> -->
</el-dropdown>
- <el-button
+ <!-- <el-button
v-if="permissions.manufacturingorder_orderto_ifs"
@click="commitOrderIfs()"
type="primary"
@@ -88,7 +88,7 @@
style="margin-left:10px;"
:loading="loadingStructIfs"
>鐗╂枡鍚屾ERP
- </el-button>
+ </el-button> -->
<el-button
v-if="permissions.manufacturingorder_refresh_ifsorder"
@click="refreshIfsorder()"
@@ -230,7 +230,7 @@
taskTypeArr: [],
stateTagArr: [
{
- label: '宸茶鍒�',
+ label: '寰呬笅杈�',
command: 'PLAN',
disabled: false,
permitArr: ['03completed', '04canceled']
@@ -269,7 +269,7 @@
}
],
states: [
- { value: '01planned', label: '宸茶鍒�' },
+ { value: '01planned', label: '寰呬笅杈�' },
{ value: '02issued', label: '宸蹭笅杈�' },
{
value: '03completed',
@@ -408,24 +408,24 @@
isSearch: true,
searchInfoType: 'text'
},
- {
- minWidth: '120',
- prop: 'printRequirement',
- label: '鍗板瓧瑕佹眰',
- sort: true,
- isTrue: true,
- isSearch: true,
- searchInfoType: 'text'
- },
- {
- minWidth: '120',
- prop: 'lengthRequirement',
- label: '鐩橀暱瑕佹眰',
- sort: true,
- isTrue: true,
- isSearch: true,
- searchInfoType: 'text'
- },
+ // {
+ // minWidth: '120',
+ // prop: 'printRequirement',
+ // label: '鍗板瓧瑕佹眰',
+ // sort: true,
+ // isTrue: true,
+ // isSearch: true,
+ // searchInfoType: 'text'
+ // },
+ // {
+ // minWidth: '120',
+ // prop: 'lengthRequirement',
+ // label: '鐩橀暱瑕佹眰',
+ // sort: true,
+ // isTrue: true,
+ // isSearch: true,
+ // searchInfoType: 'text'
+ // },
{
minWidth: '120',
prop: 'orderRemark',
--
Gitblit v1.9.3