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