Commit 3808ff71 authored by verestrasz's avatar verestrasz

update

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