Commit 3808ff71 authored by verestrasz's avatar verestrasz

update

parent f0901f14
This diff is collapsed.
...@@ -164,7 +164,7 @@ ...@@ -164,7 +164,7 @@
> >
</Select> </Select>
</div> </div>
<div class="item"> <!-- <div class="item">
<label class="label">库存:</label> <label class="label">库存:</label>
<Input <Input
v-model="data.stock" v-model="data.stock"
...@@ -174,7 +174,7 @@ ...@@ -174,7 +174,7 @@
:maxlength="9" :maxlength="9"
@on-change="inputChangeStock($event)" @on-change="inputChangeStock($event)"
/> />
</div> </div> -->
</template> </template>
<template v-if="data.salesType === 4"> <template v-if="data.salesType === 4">
<div class="item" style="text-align: center"> <div class="item" style="text-align: center">
...@@ -391,6 +391,10 @@ export default { ...@@ -391,6 +391,10 @@ export default {
isAgain: { isAgain: {
type: Boolean, type: Boolean,
default: false default: false
},
isDraft:{
type: Boolean,
default: false
} }
}, },
components: { components: {
...@@ -466,9 +470,9 @@ export default { ...@@ -466,9 +470,9 @@ export default {
setTimeout(() => {}) setTimeout(() => {})
}, },
methods: { methods: {
inputChangeStock (e) { // inputChangeStock (e) {
this.data.stock = e.target.value // this.data.stock = e.target.value
}, // },
changeTzType () { changeTzType () {
this.data.type = '' this.data.type = ''
this.data.number = '' this.data.number = ''
......
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