| | |
| | | <div class="right-label">已售</div> |
| | | </div> |
| | | </div> --> |
| | | <div v-if="showPosition" class="sub-number no-cursor"> |
| | | <div v-if="showPosition" :class="showPositionCursor?'sub-number yes-cursor':'no-cursor sub-number'" @click="positionReport"> |
| | | <div class="left"><i class="el-icon-help"></i></div> |
| | | <div class="right"> |
| | | <div class="right-one">当前库存</div> |
| | |
| | | type: Boolean, |
| | | default: true |
| | | }, |
| | | showPositionCursor:{ |
| | | type: Boolean, |
| | | default: false, |
| | | }, |
| | | countObject: { |
| | | type: Object, |
| | | default: () => { |
| | |
| | | return {} |
| | | }, |
| | | methods: { |
| | | positionReport(){ |
| | | this.$emit("positionReport") |
| | | }, |
| | | // 进出 |
| | | inOutBoundClick() { |
| | | this.$emit("inOutBoundClick") |