|
@@ -56,7 +56,7 @@
|
|
|
class="admin-button-com middle" :class="form.needPrint == 2? 'blue' : 'default'">不打</button>
|
|
class="admin-button-com middle" :class="form.needPrint == 2? 'blue' : 'default'">不打</button>
|
|
|
</tui-list-cell>
|
|
</tui-list-cell>
|
|
|
|
|
|
|
|
-<block v-if="!$util.isEmpty(wcPrintList)">
|
|
|
|
|
|
|
+<block v-if="!$util.isEmpty(wcPrintList) && form.needPrint == 1">
|
|
|
<tui-list-cell class="line-cell" :hover="false" :arrow="false">
|
|
<tui-list-cell class="line-cell" :hover="false" :arrow="false">
|
|
|
<view class="tui-title">选小票机</view>
|
|
<view class="tui-title">选小票机</view>
|
|
|
<block v-for="(pItem, pIndex) in wcPrintList" :key="pIndex">
|
|
<block v-for="(pItem, pIndex) in wcPrintList" :key="pIndex">
|
|
@@ -154,7 +154,7 @@ class="admin-button-com middle" :class="form.needPrint == 2? 'blue' : 'default'"
|
|
|
</text>
|
|
</text>
|
|
|
</view>
|
|
</view>
|
|
|
<button v-if="location == 0" class="admin-button-com blue big" @click="formSubmit(0)">下一步</button>
|
|
<button v-if="location == 0" class="admin-button-com blue big" @click="formSubmit(0)">下一步</button>
|
|
|
- <button v-else class="admin-button-com blue big" @click="formSubmit(1)">保存入库</button>
|
|
|
|
|
|
|
+ <button v-else class="admin-button-com blue big" @click="formSubmit(1)">提交入库</button>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|