|
@@ -278,11 +278,6 @@
|
|
|
</radio-group>
|
|
</radio-group>
|
|
|
</tui-list-cell>
|
|
</tui-list-cell>
|
|
|
|
|
|
|
|
- <tui-list-cell class="line-cell" :hover="false">
|
|
|
|
|
- <view class="tui-title">处理区花材</view>
|
|
|
|
|
- <button v-if="productData.id > 0" class="admin-button-com default" @click="makeLose(productData)">设为处理花材</button>
|
|
|
|
|
- </tui-list-cell>
|
|
|
|
|
-
|
|
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
<view class="app-footer">
|
|
<view class="app-footer">
|
|
@@ -809,16 +804,6 @@ export default {
|
|
|
closeMoreDoPop(){
|
|
closeMoreDoPop(){
|
|
|
this.$refs.rightShowMore.close()
|
|
this.$refs.rightShowMore.close()
|
|
|
},
|
|
},
|
|
|
- makeLose(item){
|
|
|
|
|
- let that = this
|
|
|
|
|
- that.$util.confirmModal({content:'确认设为处理用花材?不了解此功能请勿操作?'},() => {
|
|
|
|
|
- setLosing({id:item.id}).then(res=>{
|
|
|
|
|
- if(res.code == 1){
|
|
|
|
|
- this.$msg('设置成功')
|
|
|
|
|
- }
|
|
|
|
|
- })
|
|
|
|
|
- })
|
|
|
|
|
- },
|
|
|
|
|
showChangeOnStock(item){
|
|
showChangeOnStock(item){
|
|
|
let that = this
|
|
let that = this
|
|
|
that.$util.confirmModal({content:'确认了解修改后的影响,确认要修改?'},() => {
|
|
that.$util.confirmModal({content:'确认了解修改后的影响,确认要修改?'},() => {
|