|
@@ -101,7 +101,7 @@
|
101
|
101
|
<!--<el-button v-if="this.info.prescription_status >= 2" size="small" @click="open(8)" type="primary"-->
|
102
|
102
|
<!-->明细对账-->
|
103
|
103
|
<!--</el-button>-->
|
104
|
|
- <el-button v-if="this.info.prescription_status == 2" size="small" @click="open(9)" type="primary"
|
|
104
|
+ <el-button v-if="this.order.order_status == 2" size="small" @click="open(9)" type="primary"
|
105
|
105
|
>结算单
|
106
|
106
|
</el-button>
|
107
|
107
|
|
|
@@ -570,7 +570,7 @@
|
570
|
570
|
this.loadingtwo = true
|
571
|
571
|
if (this.$store.getters.xt_user.org_id == 9919 || this.$store.getters.xt_user.org_id == 3877) {
|
572
|
572
|
var that = this
|
573
|
|
- axios.get('http://127.0.0.1:9532/api/settle/get', {
|
|
573
|
+ axios.get('http://127.0.0.1:9532/api/upload/get', {
|
574
|
574
|
params: form
|
575
|
575
|
})
|
576
|
576
|
.then(function(response) {
|