Commit e06cf83d authored by 沈翠玲's avatar 沈翠玲

Merge branch 'dev' of http://git.local.topsunit.com/mes/mes-pad into dev

parents d65a0b96 72eea060
...@@ -33,6 +33,11 @@ const install = (Vue, vm) => { ...@@ -33,6 +33,11 @@ const install = (Vue, vm) => {
vm.$u.get( vm.$u.get(
config.adminPath + '/md/appconfig/getVersion' config.adminPath + '/md/appconfig/getVersion'
), ),
quantitywaitsum: (params = {}) =>
vm.$u.postJson(
config.adminPath + '/mes/pro/workorder/quantitywaitsum',
params
),
/** /**
* 系统设置API * 系统设置API
*/ */
...@@ -100,11 +105,6 @@ const install = (Vue, vm) => { ...@@ -100,11 +105,6 @@ const install = (Vue, vm) => {
config.adminPath + '/pro/packagePrintRecord/rePackageInfoPrint', config.adminPath + '/pro/packagePrintRecord/rePackageInfoPrint',
params params
), ),
quantitywaitsum: (params = {}) =>
vm.$u.postJson(
config.adminPath + '/mes/pro/workorder/quantitywaitsum',
params
),
// 生产指令列表 // 生产指令列表
workOrderSoDirectiveApi: (params = {}) => workOrderSoDirectiveApi: (params = {}) =>
vm.$u.postJson( vm.$u.postJson(
...@@ -286,6 +286,14 @@ const install = (Vue, vm) => { ...@@ -286,6 +286,14 @@ const install = (Vue, vm) => {
params params
), ),
//补料申请记录
getMaterialRequest: (params = {}) =>
vm.$u.get(
config.adminPath + '/pro/materialRequest/recordList',
params
),
//退料申请 //退料申请
listMaterialReturn: (params = {}) => listMaterialReturn: (params = {}) =>
vm.$u.post( vm.$u.post(
...@@ -311,7 +319,7 @@ const install = (Vue, vm) => { ...@@ -311,7 +319,7 @@ const install = (Vue, vm) => {
'/system/autocode/get/' + ruleCode '/system/autocode/get/' + ruleCode
), ),
//获取最一道工序 //获取最一道工序
getNextProcess: (params = {}) => getNextProcess: (params = {}) =>
vm.$u.get(config.adminPath + '/mobile/pro/protask/feedBackNextProcess', params), vm.$u.get(config.adminPath + '/mobile/pro/protask/feedBackNextProcess', params),
......
{ {
"name" : "mes-pad", "name" : "mes-pad",
"appid" : "__UNI__EFAA56F", "appid" : "__UNI__EFA4D96",
"description" : "MES-PAD", "description" : "MES-PAD",
"versionName" : "1.0.4", "versionName" : "1.0.4",
"versionCode" : "100", "versionCode" : "100",
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment