Commit message

This commit is contained in:
ls
2026-01-06 16:58:08 +08:00
parent 5f39782901
commit 5148c3300f
6 changed files with 14 additions and 12 deletions

View File

@@ -163,7 +163,7 @@ export default {
name: 'ViewDialog', name: 'ViewDialog',
components: { }, components: { },
mixins: [crud()], 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: { props: {
dialogShow: { dialogShow: {
type: Boolean, type: Boolean,

View File

@@ -175,8 +175,6 @@
</el-form-item> </el-form-item>
</el-form> </el-form>
</div> </div>
<!--工具栏按钮--> <!--工具栏按钮-->
<crudOperation :permission="permission"> <crudOperation :permission="permission">

View File

@@ -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="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="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="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="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_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'))" /> <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'))" />

View File

@@ -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="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="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="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="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_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'))" /> <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'))" />

View File

@@ -161,8 +161,7 @@
active-color="#ff4949" active-color="#ff4949"
inactive-color="#13ce66" inactive-color="#13ce66"
@change="hand" @change="hand"
> />
</el-switch>
</el-form-item> </el-form-item>
<rrOperation /> <rrOperation />
</el-form> </el-form>

View File

@@ -48,14 +48,19 @@
/> />
</el-select> </el-select>
</el-form-item> </el-form-item>
<rrOperation :crud="crud"/> <rrOperation :crud="crud" />
</el-form> </el-form>
</div> </div>
<!--如果想在工具栏加入更多按钮可以使用插槽方式 slot = 'left' or 'right'--> <!--如果想在工具栏加入更多按钮可以使用插槽方式 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%;" <el-table
@selection-change="crud.selectionChangeHandler" ref="table"
v-loading="crud.loading"
:data="crud.data"
size="mini"
style="width: 100%;"
@selection-change="crud.selectionChangeHandler"
> >
<el-table-column <el-table-column
prop="struct_code" prop="struct_code"
@@ -80,7 +85,7 @@
/> />
</el-table> </el-table>
<!--分页组件--> <!--分页组件-->
<pagination/> <pagination />
</div> </div>
</div> </div>
</template> </template>