Commit ae562e8d by 米嘉伟

清空

parent bbd1f073
......@@ -76,6 +76,7 @@
</div>
<div class="right">
<el-button
v-show="formInline.barcode!=''||formInline.inspectionFlag!=null||formInline.codeDwCode!=''||formInline.nysj!=null"
type="text"
@click="clear"
>清空</el-button>
......
......@@ -467,7 +467,7 @@ export default {
let self = this;
this.$axios
.post(
"/api/png/plainByBarcode/barcode",
"/api/png/plain/barcode",
{ barcode: this.rowData.barcode },
// { loading: false }
)
......@@ -502,7 +502,7 @@ export default {
let self = this;
this.$axios
.post(
"/api/png/rollByBarcode/barcode",
"/api/png/roll/barcode",
{ barcode: this.rowData.barcode },
// { loading: false }
)
......@@ -790,7 +790,7 @@ export default {
position: absolute;
left: 50%;
top: 50%;
transform:translate(-50%,-50%);
transform: translate(-50%, -50%);
margin-top: -48px; /* 高度的一半 */
margin-left: -66px; /* 宽度的一半 */
width: 132px;
......@@ -876,7 +876,7 @@ export default {
position: absolute;
left: 50%;
top: 50%;
transform:translate(-50%,-50%);
transform: translate(-50%, -50%);
margin-top: -48px; /* 高度的一半 */
margin-left: -66px; /* 宽度的一半 */
width: 132px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment