模具订单
This commit is contained in:
parent
6dc256848e
commit
efff7d83f9
|
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a-button type="primary" @click="ok">保存</a-button>
|
<a-button type="primary" @click="ok" :disabled="pageStatus == 'approved'">保存</a-button>
|
||||||
<a-button @click="pageApproved" type="primary" :disabled="!this.getDataId() || pageStatus == 'approved'">审批
|
<a-button @click="pageApproved" type="primary" :disabled="!this.getDataId() || pageStatus == 'approved'">审批
|
||||||
</a-button>
|
</a-button>
|
||||||
<a-button @click="pageUnApproved" type="primary" :disabled="!this.getDataId() || pageStatus != 'approved'">弃审
|
<a-button @click="pageUnApproved" type="primary" :disabled="!this.getDataId() || pageStatus != 'approved'">弃审
|
||||||
|
|
@ -416,7 +416,8 @@ export default {
|
||||||
{ field: 'mold_id', type: 'bigint' },
|
{ field: 'mold_id', type: 'bigint' },
|
||||||
{ field: 'mold_master_uid', type: 'bigint' },
|
{ field: 'mold_master_uid', type: 'bigint' },
|
||||||
{ field: 'manufacture_cycle', type: 'timestamp' },
|
{ field: 'manufacture_cycle', type: 'timestamp' },
|
||||||
|
{ field: 'product_structure_uid', type: 'bigint' },
|
||||||
|
{ field: 'mold_structure_uid', type: 'bigint' },
|
||||||
{ field: 'create_uid', type: 'bigint' }
|
{ field: 'create_uid', type: 'bigint' }
|
||||||
]
|
]
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue