jiangfuzhuang
This commit is contained in:
@@ -89,15 +89,24 @@ export default {
|
||||
Type: [
|
||||
{
|
||||
value: 1,
|
||||
label: '采购部采购合同'
|
||||
label: '采购合同(采购)'
|
||||
}, {
|
||||
value: 3,
|
||||
label: '车间采购合同'
|
||||
}, {
|
||||
value: 4,
|
||||
label: '车间离线合同'
|
||||
label: '采购合同(制造)'
|
||||
}
|
||||
],
|
||||
// Type: [
|
||||
// {
|
||||
// value: 1,
|
||||
// label: '采购部采购合同'
|
||||
// }, {
|
||||
// value: 3,
|
||||
// label: '车间采购合同'
|
||||
// }, {
|
||||
// value: 4,
|
||||
// label: '车间离线合同'
|
||||
// }
|
||||
// ],
|
||||
TypeValue: 1,
|
||||
supplierValue: '', // 供应商
|
||||
supplier: [],
|
||||
|
||||
Reference in New Issue
Block a user