Commit message
This commit is contained in:
@@ -163,7 +163,7 @@ export default {
|
||||
name: 'ViewDialog',
|
||||
components: { },
|
||||
mixins: [crud()],
|
||||
dicts: ['io_bill_status', 'work_status', 'task_status', 'SCH_TASK_TYPE_DTL','ST_INV_OUT_TYPE', 'INANDOUT_BILL_TYPE'],
|
||||
dicts: ['io_bill_status', 'work_status', 'task_status', 'SCH_TASK_TYPE_DTL', 'ST_INV_OUT_TYPE', 'INANDOUT_BILL_TYPE'],
|
||||
props: {
|
||||
dialogShow: {
|
||||
type: Boolean,
|
||||
|
||||
@@ -175,8 +175,6 @@
|
||||
</el-form-item>
|
||||
</el-form>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<!--工具栏按钮-->
|
||||
<crudOperation :permission="permission">
|
||||
|
||||
@@ -129,7 +129,7 @@
|
||||
<el-table-column show-overflow-tooltip prop="customer_description" :label="$t('pdm_bi_subpackagerelation.customer_description')" :min-width="flexWidth('customer_description',crud.data,$t('pdm_bi_subpackagerelation.customer_description'))" />
|
||||
<el-table-column show-overflow-tooltip prop="sale_order_name" :label="$t('pdm_bi_subpackagerelation.sale_order_name')" :min-width="flexWidth('sale_order_name',crud.data,$t('pdm_bi_subpackagerelation.sale_order_name'))" />
|
||||
<el-table-column show-overflow-tooltip prop="input_time" :label="$t('st_ivt_iostorinv.input_time')" :min-width="flexWidth('input_time',crud.data,$t('st_ivt_iostorinv.input_time'))" />
|
||||
<el-table-column show-overflow-tooltip prop="width" :label="$t('common.width')" :formatter="crud.formatNum0" :min-width="flexWidth('width',crud.data,$t('common.width'))" />
|
||||
<el-table-column show-overflow-tooltip prop="width" :label="$t('common.width')" :formatter="crud.formatNum0" :min-width="flexWidth('width',crud.data,$t('common.width'))" />
|
||||
<el-table-column show-overflow-tooltip prop="thickness" :label="$t('common.thickness')" :min-width="flexWidth('thickness',crud.data,$t('common.thickness'))" />
|
||||
<el-table-column show-overflow-tooltip prop="paper_type" :label="$t('pdm_bi_slittingproductionplan.paper_type')" :min-width="flexWidth('paper_type',crud.data,$t('pdm_bi_slittingproductionplan.paper_type'))" />
|
||||
<el-table-column show-overflow-tooltip prop="paper_code" :label="$t('pdm_bi_slittingproductionplan.paper_code')" :min-width="flexWidth('paper_code',crud.data,$t('pdm_bi_slittingproductionplan.paper_code'))" />
|
||||
|
||||
@@ -129,7 +129,7 @@
|
||||
<el-table-column show-overflow-tooltip prop="customer_description" :label="$t('pdm_bi_subpackagerelation.customer_description')" :min-width="flexWidth('customer_description',crud.data,$t('pdm_bi_subpackagerelation.customer_description'))" />
|
||||
<el-table-column show-overflow-tooltip prop="sale_order_name" :label="$t('pdm_bi_subpackagerelation.sale_order_name')" :min-width="flexWidth('sale_order_name',crud.data,$t('pdm_bi_subpackagerelation.sale_order_name'))" />
|
||||
<el-table-column show-overflow-tooltip prop="input_time" :label="$t('st_ivt_iostorinv.input_time')" :min-width="flexWidth('input_time',crud.data,$t('st_ivt_iostorinv.input_time'))" />
|
||||
<el-table-column show-overflow-tooltip prop="width" :label="$t('common.width')" :formatter="crud.formatNum0" :min-width="flexWidth('width',crud.data,$t('common.width'))" />
|
||||
<el-table-column show-overflow-tooltip prop="width" :label="$t('common.width')" :formatter="crud.formatNum0" :min-width="flexWidth('width',crud.data,$t('common.width'))" />
|
||||
<el-table-column show-overflow-tooltip prop="thickness" :label="$t('common.thickness')" :min-width="flexWidth('thickness',crud.data,$t('common.thickness'))" />
|
||||
<el-table-column show-overflow-tooltip prop="paper_type" :label="$t('pdm_bi_slittingproductionplan.paper_type')" :min-width="flexWidth('paper_type',crud.data,$t('pdm_bi_slittingproductionplan.paper_type'))" />
|
||||
<el-table-column show-overflow-tooltip prop="paper_code" :label="$t('pdm_bi_slittingproductionplan.paper_code')" :min-width="flexWidth('paper_code',crud.data,$t('pdm_bi_slittingproductionplan.paper_code'))" />
|
||||
|
||||
@@ -161,8 +161,7 @@
|
||||
active-color="#ff4949"
|
||||
inactive-color="#13ce66"
|
||||
@change="hand"
|
||||
>
|
||||
</el-switch>
|
||||
/>
|
||||
</el-form-item>
|
||||
<rrOperation />
|
||||
</el-form>
|
||||
|
||||
@@ -48,14 +48,19 @@
|
||||
/>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
<rrOperation :crud="crud"/>
|
||||
<rrOperation :crud="crud" />
|
||||
</el-form>
|
||||
</div>
|
||||
<!--如果想在工具栏加入更多按钮,可以使用插槽方式, slot = 'left' or 'right'-->
|
||||
<crudOperation :permission="permission"/>
|
||||
<crudOperation :permission="permission" />
|
||||
<!--表格渲染-->
|
||||
<el-table ref="table" v-loading="crud.loading" :data="crud.data" size="mini" style="width: 100%;"
|
||||
@selection-change="crud.selectionChangeHandler"
|
||||
<el-table
|
||||
ref="table"
|
||||
v-loading="crud.loading"
|
||||
:data="crud.data"
|
||||
size="mini"
|
||||
style="width: 100%;"
|
||||
@selection-change="crud.selectionChangeHandler"
|
||||
>
|
||||
<el-table-column
|
||||
prop="struct_code"
|
||||
@@ -80,7 +85,7 @@
|
||||
/>
|
||||
</el-table>
|
||||
<!--分页组件-->
|
||||
<pagination/>
|
||||
<pagination />
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user