Browse Source

备件出库单前端代码

branch_ccpg_220107
44673626 3 years ago
parent
commit
493ff5ed6e
  1. 2
      vue/src/components/ImportExcel-base/index.vue
  2. 20
      vue/src/router/modules/vw_out_order.js
  3. 2
      vue/src/views/ux/billManage/kanbanOutOrder/detail.vue
  4. 20
      vue/src/views/ux/billManage/sparePart/index.vue
  5. 86
      vue/static/tableFieldForSearch.json

2
vue/src/components/ImportExcel-base/index.vue

@ -304,6 +304,7 @@ export default {
hqHPlatform: "红旗H平台",
hqMPlatform: "红旗M平台",
vwoutorder: "准时化出库单",
sparepartoutorder:"大众备件出库单",
kanbanoutorder: "大众看板出库单",
bomdatabase: "产品结构BOM",
prebatch: "预批量",
@ -334,6 +335,7 @@ export default {
hqMPlatform: "/api/settleaccount/HQMPlatform/ExcelImport", //M
vwoutorder: "/api/settleaccount/wmsjitoutput/ExcelImport", //
kanbanoutorder: "/api/settleaccount/wmskanbanoutput/ExcelImport", //
sparepartoutorder: "/api/settleaccount/wmsSharePartoutput/ExcelImport", //
bomdatabase: "/api/settleaccount/bom/ExcelImport",
prebatch: "/api/settleaccount/Prebatch/ExcelImport",
secondaryPriceRatio:

20
vue/src/router/modules/vw_out_order.js

@ -36,16 +36,16 @@ const vwOutOrderDataRouter = {
icon: '结算'
}
},
// {
// path: 'invoice',
// component: () => import('@/views/ux/basedata/Invoice/index'),
// name: 'Invoices',//命名路由
// meta: {
// title: '大众发票汇总导入',
// roles: ['SettleAccount.Invoices'],
// icon: '对比'
// }
// },
{
path: 'sparepart-out-order',
component: () => import('@/views/ux/billManage/sparepartOutOrder/index'),
name: 'Invoices',//命名路由
meta: {
title: '大众备件出库单',
roles: ['SettleAccount.Invoices'],
icon: '对比'
}
},
]
}

2
vue/src/views/ux/billManage/kanbanOutOrder/detail.vue

@ -128,7 +128,7 @@ export default {
},
data() {
return {
crmType: "vwOutOrder",
crmType: "kanbanOutOrder",
rules: {
//
erpMaterialCode: [

20
vue/src/views/ux/billManage/sparePart/index.vue

@ -106,7 +106,7 @@
</el-table-column>
<!-- 操作名称 -->
<el-table-column
<!-- <el-table-column
prop="actionName"
label="操作名称(单击箭头过滤)"
width="165"
@ -130,7 +130,7 @@
</el-tag>
</div>
</template>
</el-table-column>
</el-table-column> -->
<!-- 状态 -->
<el-table-column
prop="stateName"
@ -788,13 +788,13 @@ export default {
tempsTabs.push({
label: "单据流水号",
prop: "taskId",
width: 130,
});
tempsTabs.push({
label: "模块名称",
prop: "name",
width: 170,
width: 140,
});
// tempsTabs.push({
// label: "",
// prop: "name",
// width: 170,
// });
tempsTabs.push({
label: "创建人",
prop: "email",
@ -808,12 +808,12 @@ export default {
tempsTabs.push({
label: "说明",
prop: "remark",
width: 220,
width: 350,
});
tempsTabs.push({
label: "审批状态",
prop: "fileName",
width: 150,
width: 350,
});
return tempsTabs;
},

86
vue/static/tableFieldForSearch.json

@ -2946,5 +2946,91 @@
]
}
]
},
"sparepartOutOrder": {
"id": "36",
"data": [
{
"fieldId": 3,
"formType": "text",
"name": "零件号",
"type": 1,
"value": "",
"fieldType": 1,
"fieldName": "materialCode",
"setting": []
},
{
"fieldId": 5,
"formType": "text",
"name": "物料组",
"type": 1,
"value": "",
"fieldType": 1,
"fieldName": "materialGroup",
"setting": []
},
{
"fieldId": 2,
"formType": "select",
"isNull": 0,
"name": "状态",
"options": "",
"type": 3,
"value": "",
"fieldType": 0,
"fieldName": "state",
"setting": [
"未处理,0",
"申请出库,1",
"确认出库,2",
"不能出库,3",
"取消出库,4"
]
}
]
},
"kanbanOutOrder": {
"id": "36",
"data": [
{
"fieldId": 3,
"formType": "text",
"name": "零件号",
"type": 1,
"value": "",
"fieldType": 1,
"fieldName": "materialCode",
"setting": []
},
{
"fieldId": 5,
"formType": "text",
"name": "物料组",
"type": 1,
"value": "",
"fieldType": 1,
"fieldName": "materialGroup",
"setting": []
},
{
"fieldId": 2,
"formType": "select",
"isNull": 0,
"name": "状态",
"options": "",
"type": 3,
"value": "",
"fieldType": 0,
"fieldName": "state",
"setting": [
"未处理,0",
"申请出库,1",
"确认出库,2",
"不能出库,3",
"取消出库,4"
]
}
]
}
}
Loading…
Cancel
Save