修改
This commit is contained in:
parent
d5b76573e1
commit
e449dc70ee
3204
package-lock.json
generated
3204
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
|
|
@ -16,6 +16,8 @@
|
|||
"node-polyfill-webpack-plugin": "^2.0.1",
|
||||
"qrcode": "^1.5.3",
|
||||
"qrcode.vue": "^3.4.1",
|
||||
"sass": "^1.84.0",
|
||||
"sass-loader": "^16.0.4",
|
||||
"stream-http": "^3.2.0",
|
||||
"vue": "^3.2.13",
|
||||
"vue-print-nb": "^1.7.5",
|
||||
|
|
|
|||
|
|
@ -182,6 +182,7 @@ import { handleExceptionStock } from '@/api/stock'
|
|||
import { errorBox, warningBox } from '@/utils/myMessageBox.js'
|
||||
import { ElMessage } from 'element-plus'
|
||||
import { reactive, ref } from 'vue'
|
||||
import loading from '@/utils/loading.js'
|
||||
import zhCn from 'element-plus/dist/locale/zh-cn.mjs'
|
||||
</script>
|
||||
|
||||
|
|
@ -235,6 +236,7 @@ export default {
|
|||
goodsId: this.workFormEntity.goodsId,
|
||||
userName: store.getters.getUserName
|
||||
}
|
||||
loading.open()
|
||||
getWorkByStandAndGoods(request).then(res => {
|
||||
const response = res.data
|
||||
if (response.code == 0) {
|
||||
|
|
@ -260,6 +262,8 @@ export default {
|
|||
console.log(err)
|
||||
this.resetForms()
|
||||
errorBox('查询工作信息错误')
|
||||
}).finally(() => {
|
||||
loading.close()
|
||||
})
|
||||
},
|
||||
// 查询是否完成
|
||||
|
|
|
|||
|
|
@ -160,7 +160,6 @@ import zhCn from 'element-plus/dist/locale/zh-cn.mjs'
|
|||
export default {
|
||||
name: 'finishKitting',
|
||||
data() {
|
||||
let self = this
|
||||
return {
|
||||
standId: store.getters.getStandId,
|
||||
// timer: '',
|
||||
|
|
|
|||
|
|
@ -5,15 +5,15 @@
|
|||
<el-form-item>
|
||||
<el-input type="text" v-model="loginForm.loginAccount" auto-complete="off" placeholder="账号"></el-input>
|
||||
</el-form-item>
|
||||
<el-form-item>
|
||||
<!-- <el-form-item>
|
||||
<el-input type="password" v-model="loginForm.loginPassword" auto-complete="off" placeholder="密码"></el-input>
|
||||
</el-form-item>
|
||||
</el-form-item> -->
|
||||
<el-form-item style="width: 100%">
|
||||
<el-button type="primary" style="width: 100%; border: none" @click="login">登录</el-button>
|
||||
</el-form-item>
|
||||
<el-form-item style="width: 100%">
|
||||
<!-- <el-form-item style="width: 100%">
|
||||
<el-button type="primary" style="width: 100%; border: none" @click="loginCate">卡特账号登录</el-button>
|
||||
</el-form-item>
|
||||
</el-form-item> -->
|
||||
</el-form>
|
||||
</body>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user