|
@@ -24,7 +24,7 @@
|
|
|
<!-- 按钮操作 -->
|
|
<!-- 按钮操作 -->
|
|
|
<view class="open-box">
|
|
<view class="open-box">
|
|
|
<consoleButton :changeCurrentJobType.sync="currentJobType" :changeCurrentJobId.sync="currentJobId" @showCustomPop="showCustomPop" @fastCreate="fastCreate"
|
|
<consoleButton :changeCurrentJobType.sync="currentJobType" :changeCurrentJobId.sync="currentJobId" @showCustomPop="showCustomPop" @fastCreate="fastCreate"
|
|
|
- :customId.sync="customId" :orderId.sync="orderId" :reduceStock.sync="reduceStock" :customName.sync="customName" @changeProperty="changeProperty" @updateRightItem="updateRightItem"></consoleButton>
|
|
|
|
|
|
|
+ :customId.sync="customId" :reduceOrderId.sync="reduceOrderId" :reduceStock.sync="reduceStock" :customName.sync="customName" @changeProperty="changeProperty" @updateRightItem="updateRightItem"></consoleButton>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
@@ -81,7 +81,7 @@ export default {
|
|
|
customerInfo:{hasSelect:0,customId:0,customName:''},
|
|
customerInfo:{hasSelect:0,customId:0,customName:''},
|
|
|
myCustomList:[],
|
|
myCustomList:[],
|
|
|
mustUpdate:false,
|
|
mustUpdate:false,
|
|
|
- orderId:0,
|
|
|
|
|
|
|
+ reduceOrderId:0,
|
|
|
reduceStock:0
|
|
reduceStock:0
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
@@ -96,7 +96,7 @@ export default {
|
|
|
//这个页面有二个这方法,不能去掉,不然会造成:全部缓存清了,点选客没有客户可选
|
|
//这个页面有二个这方法,不能去掉,不然会造成:全部缓存清了,点选客没有客户可选
|
|
|
this.getCustomData()
|
|
this.getCustomData()
|
|
|
|
|
|
|
|
- this.orderId = this.option.orderId ? this.option.orderId:0
|
|
|
|
|
|
|
+ this.reduceOrderId = this.option.orderId ? this.option.orderId:0
|
|
|
this.reduceStock = this.option.reduceStock ? this.option.reduceStock:0
|
|
this.reduceStock = this.option.reduceStock ? this.option.reduceStock:0
|
|
|
|
|
|
|
|
},
|
|
},
|