Browse Source

0412 新看板

master
ruanqi 11 months ago
parent
commit
bc699393ec
  1. 14
      src/views/modules/production/dailyPlan.vue
  2. 14
      src/views/modules/production/productionBlankingSearch.vue
  3. 14
      src/views/modules/production/scheduleForVPShopOrder.vue

14
src/views/modules/production/dailyPlan.vue

@ -128,6 +128,13 @@
min-width="60" min-width="60"
label="订单号"> label="订单号">
</el-table-column> </el-table-column>
<el-table-column
prop="orderTypeDesc"
header-align="center"
align="left"
min-width="60"
label="订单类型">
</el-table-column>
<el-table-column <el-table-column
prop="partNo" prop="partNo"
header-align="center" header-align="center"
@ -142,13 +149,6 @@
min-width="200" min-width="200"
label="物料名称"> label="物料名称">
</el-table-column> </el-table-column>
<el-table-column
prop="orderTypeDesc"
header-align="center"
align="left"
min-width="60"
label="订单类型">
</el-table-column>
<el-table-column <el-table-column
prop="status" prop="status"
header-align="center" header-align="center"

14
src/views/modules/production/productionBlankingSearch.vue

@ -54,6 +54,13 @@
min-width="65" min-width="65"
label="硫化订单号"> label="硫化订单号">
</el-table-column> </el-table-column>
<el-table-column
prop="orderTypeDesc"
header-align="center"
align="left"
min-width="60"
label="订单类型">
</el-table-column>
<el-table-column <el-table-column
prop="orderNoHunlian" prop="orderNoHunlian"
header-align="center" header-align="center"
@ -124,13 +131,6 @@
min-width="100" min-width="100"
label="需求日期"> label="需求日期">
</el-table-column> </el-table-column>
<el-table-column
prop="orderTypeDesc"
header-align="center"
align="left"
min-width="60"
label="订单类型">
</el-table-column>
</el-table> </el-table>
</div> </div>
<el-dialog title="混炼任务合并" :close-on-click-modal="false" v-drag :visible.sync="sumFlag" width="700px"> <el-dialog title="混炼任务合并" :close-on-click-modal="false" v-drag :visible.sync="sumFlag" width="700px">

14
src/views/modules/production/scheduleForVPShopOrder.vue

@ -92,6 +92,13 @@
min-width="140" min-width="140"
label="硫化周计划号"> label="硫化周计划号">
</el-table-column> </el-table-column>
<el-table-column
prop="orderTypeDesc"
header-align="center"
align="left"
min-width="60"
label="订单类型">
</el-table-column>
<el-table-column <el-table-column
prop="needDate" prop="needDate"
header-align="center" header-align="center"
@ -127,13 +134,6 @@
min-width="160" min-width="160"
label="组合件规格型号"> label="组合件规格型号">
</el-table-column> </el-table-column>
<el-table-column
prop="orderTypeDesc"
header-align="center"
align="left"
width="70"
label="订单类型">
</el-table-column>
<el-table-column <el-table-column
prop="itemNo" prop="itemNo"
header-align="center" header-align="center"

Loading…
Cancel
Save