强制下料
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
<button class="button button--primary" :disabled="disabled2" :class="{'button--defalut': pkId === ''}" @click="_washWashFinish('1')">确认下料</button>
|
||||
<button class="button button--primary" :disabled="disabled3" :class="{'button--defalut': pkId === ''}" @click="_washWashTaskFinish('2')">强制完成</button>
|
||||
<button class="button button--primary" :disabled="disabled5" @click="_bcpInCallVehicle">呼叫空框</button>
|
||||
<button class="button button--primary" :disabled="disabled4" :class="{'button--defalut': pkId === ''}" @click="_washWashQzFinish('3')">强制下料</button>
|
||||
<button class="button button--primary" :disabled="disabled4" @click="_washWashQzFinish('3')">强制下料</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -206,10 +206,10 @@ export default {
|
||||
// 强制下料
|
||||
async _washWashQzFinish (type) {
|
||||
this.disabled4 = true
|
||||
if (this.pkId === '') {
|
||||
this.disabled4 = false
|
||||
return
|
||||
}
|
||||
// if (this.pkId === '') {
|
||||
// this.disabled4 = false
|
||||
// return
|
||||
// }
|
||||
if (this.pkObj.sep_on !== this.sep_on) {
|
||||
this.type = type
|
||||
this.$refs.child.active = true
|
||||
|
||||
@@ -56,7 +56,7 @@ li {
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
width: 15px;
|
||||
width: 45px;
|
||||
height: 15px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user