|
@@ -274,12 +274,7 @@
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|
|
|
-
|
|
|
- </div>
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- <div class="mask" v-show="isShowPrintType"></div>
|
|
|
+ </div> <div class="mask" v-show="isShowPrintType"></div>
|
|
|
<div class="print-type" v-show="isShowPrintType">
|
|
|
<div class="print-type-content">
|
|
|
<div class="print-type-title">{{headerText}}</div>
|
|
@@ -311,9 +306,9 @@
|
|
|
/>
|
|
|
</el-select>
|
|
|
</el-form-item>
|
|
|
- <!-- <el-form-item label="增量比例(%)" v-if="headerText == '打印记录'">
|
|
|
+ <el-form-item label="增量比例(%)" v-if="headerText == '打印记录'">
|
|
|
<el-input placeholder="请输入增量比例" v-model="parameter.proportion" clearable class="proportion_css"></el-input>
|
|
|
- </el-form-item> -->
|
|
|
+ </el-form-item>
|
|
|
</el-form>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -515,10 +510,10 @@ export default {
|
|
|
window.open('../../../../../static/warehousePrint.html?type=' + i)
|
|
|
}
|
|
|
})
|
|
|
- // printAdd().toPromise()
|
|
|
- // .then((response) => {
|
|
|
- // console.log(response)
|
|
|
- // })
|
|
|
+ printAdd().toPromise()
|
|
|
+ .then((response) => {
|
|
|
+ console.log(response)
|
|
|
+ })
|
|
|
}
|
|
|
},
|
|
|
startChane(e){
|