修改
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
@change="hand"
|
||||
>
|
||||
<el-option
|
||||
v-for="item in dict.product_status"
|
||||
v-for="item in dict.cut_product_status"
|
||||
:label="item.label"
|
||||
:value="item.value"
|
||||
/>
|
||||
@@ -303,7 +303,7 @@ const defaultForm = {
|
||||
}
|
||||
export default {
|
||||
name: 'Slittingproductionplan',
|
||||
dicts: ['product_area', 'order_type', 'product_status', 'IS_OR_NOT', 'ware_house', 'paper_tube_or_frp'],
|
||||
dicts: ['product_area', 'order_type', 'cut_product_status', 'IS_OR_NOT', 'ware_house', 'paper_tube_or_frp'],
|
||||
components: { pagination, crudOperation, rrOperation, udOperation },
|
||||
mixins: [presenter(), header(), form(defaultForm), crud()],
|
||||
cruds() {
|
||||
@@ -393,7 +393,7 @@ export default {
|
||||
})
|
||||
},
|
||||
formatStatusName(row) {
|
||||
return this.dict.label.product_status[row.status]
|
||||
return this.dict.label.cut_product_status[row.status]
|
||||
},
|
||||
formatTypeName(row) {
|
||||
return this.dict.label.order_type[row.order_type]
|
||||
|
||||
Reference in New Issue
Block a user