diff --git a/api/user.js b/api/user.js index bf40e98..523ae88 100644 --- a/api/user.js +++ b/api/user.js @@ -187,4 +187,93 @@ export function wjCheckAdd(data) { method: "post", data }); +} + +/** + * 开线 + * @param {Object} data + */ +export function openLine(data) { + console.log(data) + return request({ + url: `${functions.getDomain()}/api/open-line`, + method: "post", + data + }); +} +/** + * 投入统计 + * @param {Object} data + */ +export function trtj(data) { + console.log(data) + return request({ + url: `${functions.getDomain()}/api/i-s`, + method: "post", + data + }); +} +/** + * 返修报工 + * @param {Object} data + */ +export function repair(data) { + console.log(data) + return request({ + url: `${functions.getDomain()}/api/repair`, + method: "post", + data + }); +} + +/** + * 不良原因 + * @param {Object} data + */ +export function badReasons(data) { + console.log(data) + return request({ + url: `${functions.getDomain()}/api/bad-reasons`, + method: "post", + data + }); +} + +/** + * 下线记录 + * @param {Object} data + */ +export function offline(data) { + console.log(data) + return request({ + url: `${functions.getDomain()}/api/offline`, + method: "post", + data + }); +} + +/** + * 停线原因 + * @param {Object} data + */ +export function stopLineReason(data) { + console.log(data) + return request({ + url: `${functions.getDomain()}/api/stop-line-reason`, + method: "get", + data + }); +} + +/** + * 停线记录 + * @param {Object} data + */ +export function stopRecord(data) { + console.log(data) + return request({ + url: `${functions.getDomain()}/api/stop-record`, + method: "post", + data + }); } \ No newline at end of file diff --git a/pages/stampingRecordList/index.scss b/pages/stampingRecordList/index.scss index a20a5ab..bf8b2ac 100644 --- a/pages/stampingRecordList/index.scss +++ b/pages/stampingRecordList/index.scss @@ -61,7 +61,7 @@ .btn-grounp{ @include wh(690upx,auto); margin-top: 30upx; - @include flex(center,space-around); + @include flex(center,flex-start); border-top: 1upx solid #F1F1F1; padding-top: 30upx; @@ -71,6 +71,7 @@ font-size: 24upx; color: white; background: #4CAF4D; + margin-left: 20upx; //margin-left:30upx; flex-shrink: 0; }