优化
This commit is contained in:
@@ -21,15 +21,6 @@
|
||||
</el-row>
|
||||
|
||||
<el-form ref="form" style="border: 1px solid #cfe0df;margin-top: 10px;padding-top: 10px;" :inline="true" :model="form" :rules="rules" size="mini" label-width="85px" label-suffix=":">
|
||||
<!-- <el-form-item label="组织机构" prop="sysdeptid">
|
||||
<treeselect
|
||||
v-model="form.sysdeptid"
|
||||
:options="depts"
|
||||
:load-options="loadDepts"
|
||||
style="width: 200px"
|
||||
placeholder="选择部门"
|
||||
/>
|
||||
</el-form-item>-->
|
||||
<el-form-item label="模板" prop="captemplate_code">
|
||||
<label slot="label">模 板 号:</label>
|
||||
<el-input v-model="form.captemplate_code" disabled placeholder="系统生成" clearable style="width: 210px" />
|
||||
@@ -100,8 +91,6 @@
|
||||
import CRUD, { crud, form } from '@crud/crud'
|
||||
import capacitytemplate from '@/api/wms/pdm/capacitytemplate'
|
||||
import queryDevice from '@/views/wms/pdm/base/CapacityTemplate/queryDevice'
|
||||
import shutframe from '@/api/wms/st/inStor/shutframe'
|
||||
import crudDept, {getDepts} from "@/api/system/dept";
|
||||
import Treeselect, { LOAD_CHILDREN_OPTIONS } from '@riophae/vue-treeselect'
|
||||
|
||||
const defaultForm = {
|
||||
|
||||
@@ -200,8 +200,7 @@
|
||||
<el-table-column prop="product_weight" label="计划重量(kg)" :formatter="crud.formatNum0" min-width="100" />
|
||||
<el-table-column prop="product_num" label="批数" min-width="50" />
|
||||
<el-table-column prop="planend_date" label="计划结束日期" min-width="100" />
|
||||
<el-table-column prop="plan_finish_date" label="交货日期" min-width="85" />
|
||||
<el-table-column prop="day_num" label="提前天数" min-width="75" :formatter="crud.formatNum0" />
|
||||
<el-table-column prop="plan_finish_date2" label="计划交货日期" min-width="100" />
|
||||
<el-table-column :formatter="stateFormat" min-width="50" prop="status" label="状态" />
|
||||
<el-table-column prop="task_code" label="生产任务号" min-width="110" />
|
||||
<el-table-column prop="create_time" label="创建时间" min-width="135" />
|
||||
|
||||
Reference in New Issue
Block a user