diff --git a/manifest.json b/manifest.json index 73e435f..a480493 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name" : "干巷仓库APP", - "appid" : "__UNI__A67E78B", + "appid" : "__UNI__A82C0EC", "description" : "", "versionName" : "2.1.8", "versionCode" : 218, diff --git a/pages/materialManagement/MaterialProductionInput/MaterialProductionInput.vue b/pages/materialManagement/MaterialProductionInput/MaterialProductionInput.vue index af5ee18..7a2f03c 100644 --- a/pages/materialManagement/MaterialProductionInput/MaterialProductionInput.vue +++ b/pages/materialManagement/MaterialProductionInput/MaterialProductionInput.vue @@ -252,7 +252,7 @@ export default { let array = array1.map((it) => { return { workorder: it.clientWorkorder, - blankNumber: it.blankNumber, + blanknumber: it.blankNumber, previousNumber: it.previousNumber, previousNumbered: it.previousNumbered };